diff --git a/templates/comments/tags/comment_item_tree.html b/templates/comments/tags/comment_item_tree.html
deleted file mode 100644
index a9decd1..0000000
--- a/templates/comments/tags/comment_item_tree.html
+++ /dev/null
@@ -1,54 +0,0 @@
-{% load blog_tags %}
-
-{% query article_comments parent_comment=comment_item as cc_comments %}
-{% for cc in cc_comments %}
- {% with comment_item=cc template_name="comments/tags/comment_item_tree.html" %}
- {% if depth >= 1 %}
- {% include template_name %}
- {% else %}
- {% with depth=depth|add:1 %}
- {% include template_name %}
- {% endwith %}
- {% endif %}
- {% endwith %}
-{% endfor %}
\ No newline at end of file
- {% if comment_item.parent_comment %} -
{{ comment_item.body|escape|comment_markdown }}
- -