diff --git a/templates/category.html b/templates/category.html
index 16ceb7e..dc0f336 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -29,11 +29,6 @@
Upvote ({{ post.upvotes }})
Downvote ({{ post.downvotes }})
- {% if comments %}
- {{ comment_count }} Comments
- {% else %}
- 0 Comments
- {% endif %}