removed unneeded output
authorRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sat, 16 Jun 2007 12:33:26 +0000 (12:33 +0000)
committerRico Schulte <ricoschulte@users.schwerkraft.elitedvb.net>
Sat, 16 Jun 2007 12:33:26 +0000 (12:33 +0000)
webinterface/src/webif.py

index d2cf844..b2dc134 100644 (file)
@@ -413,8 +413,6 @@ def renderPage(stream, path, req, session):
        parser = make_parser()
        parser.setFeature(feature_namespaces, 0)
        parser.setContentHandler(handler)
-       print "__file__: ",__file__
-       print "path: ",path
        parser.parse(open(util.sibpath(__file__, path)))
        
        # by default, we have non-streaming pages