diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-03-03 19:37:24 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-03-03 19:37:24 +0100 |
commit | b1e6cb9b65fbac7f036f3ab95bee0f65a984f378 (patch) | |
tree | 5742999e7272870785345f7e80b621c3f47d4565 | |
parent | 953be3681a80dd3222ada7a903f2a5cc4d8c28bb (diff) |
There was a debug line... removed the bastard
-rwxr-xr-x | blogthon.cgi | 1 |
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>' |