aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xblogthon.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index bc02a02..bda8b58 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -141,7 +141,6 @@ else: # Show regular entry
print ' ' + line.strip() + '<br />'
if comments == "True":
comments_file = glob.glob(entries_dir + title + '.comments')
- print str(comments_file)
if not comments_file:
print ' <div class="comment">'
print ' <ul><li><a href=? class="comment">no comments</a></li></ul>'