diff --git a/templates/note_debug.html b/templates/note_debug.html index af07a4b..f34d61c 100644 --- a/templates/note_debug.html +++ b/templates/note_debug.html @@ -17,7 +17,6 @@
{% include "header.html" %}
{{ thread | remove_mongo_id | tojson(indent=4) }}
-{{ utils.display_thread(thread, likes=likes, shares=shares) }}
{% endblock %} {% block links %}{% endblock %}