From b1e6cb9b65fbac7f036f3ab95bee0f65a984f378 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 3 Mar 2009 19:37:24 +0100 Subject: There was a debug line... removed the bastard --- blogthon.cgi | 1 - 1 file changed, 1 deletion(-) 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() + '
' if comments == "True": comments_file = glob.glob(entries_dir + title + '.comments') - print str(comments_file) if not comments_file: print '
' print ' ' -- cgit v1.2.3