...without any silly debug output
authorTero Marttila <terom@fixme.fi>
Sat, 14 Feb 2009 19:24:57 +0200
changeset 68 d60e732f2109
parent 67 4be5aebe0472
child 69 2e93ba90fb92
...without any silly debug output
fastcgi_main.py
--- a/fastcgi_main.py	Sat Feb 14 19:22:59 2009 +0200
+++ b/fastcgi_main.py	Sat Feb 14 19:24:57 2009 +0200
@@ -31,9 +31,6 @@
         debug=True,
     )
     
-    import sys
-    sys.stderr.write("qmsk.web.fastcgi: run\n")
-
     # run... threads :(
     server.run()