There was a debug line... removed the bastard

This commit is contained in:
Stefan Ritter 2009-03-03 19:37:24 +01:00
parent 953be3681a
commit b1e6cb9b65
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ else: # Show regular entry
print ' ' + line.strip() + '<br />' print ' ' + line.strip() + '<br />'
if comments == "True": if comments == "True":
comments_file = glob.glob(entries_dir + title + '.comments') comments_file = glob.glob(entries_dir + title + '.comments')
print str(comments_file)
if not comments_file: if not comments_file:
print ' <div class="comment">' print ' <div class="comment">'
print ' <ul><li><a href=? class="comment">no comments</a></li></ul>' print ' <ul><li><a href=? class="comment">no comments</a></li></ul>'