aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-05-17 23:59:14 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-05-17 23:59:14 +0200
commit0002b915cde5628a9c3ff938182ea1a0cd566104 (patch)
tree9646d98b6fa641870a89508684734ca5afa3dff1 /blogthon.cgi
parenta38cb989fa843def08fd6d18bc301e62941aa63c (diff)
Removed debug stuff
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi1
1 files changed, 0 insertions, 1 deletions
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 ' <div class="content">'
- print '<br><br><br><br><br><br><br>'
if static_display != "": # Show Staticpage
content = open(staticpages_dir + static_display, "r")