diff --git a/app/views/admin/communication/blocks/components/image/_preview.html.erb b/app/views/admin/communication/blocks/components/image/_preview.html.erb
index 39a8bcc73ccdaafab1aba4e2a2d3056e49795837..b6b9532baeb829af5314bf474d58e3b9d7231ead 100644
--- a/app/views/admin/communication/blocks/components/image/_preview.html.erb
+++ b/app/views/admin/communication/blocks/components/image/_preview.html.erb
@@ -6,7 +6,6 @@ return unless blob
 <figure>
   <%= kamifusen_tag blob, width: 600, class: 'img-fluid mb-1', alt: component.template.alt %>
   <figcaption>
-    <%#= sanitize component.template.text if component.template.try(:text).present? %>
     <%= sanitize component.template.credit if component.template.try(:credit).present? %>
   </figcaption>
 </figure>
\ No newline at end of file