diff --git a/app/views/cards/_description_as_draft_comment.html.erb b/app/views/cards/_description_as_draft_comment.html.erb
deleted file mode 100644
index 5e7a1cd71..000000000
--- a/app/views/cards/_description_as_draft_comment.html.erb
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb
index df993c968..56ca920bb 100644
--- a/app/views/cards/show.html.erb
+++ b/app/views/cards/show.html.erb
@@ -34,7 +34,5 @@
<% if @card.published? %>
<%= render "cards/messages", card: @card %>
- <% else %>
- <%= render "cards/description_as_draft_comment", card: @card %>
<% end %>