From 0002b915cde5628a9c3ff938182ea1a0cd566104 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 17 May 2009 23:59:14 +0200 Subject: [PATCH] Removed debug stuff --- blogthon.cgi | 1 - 1 file changed, 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 4cdfe55..4cd53aa 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -286,7 +286,6 @@ else: print '' print '
' - print '






' if static_display != "": # Show Staticpage content = open(staticpages_dir + static_display, "r")