- -debug
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Thu, 5 Apr 2012 10:02:59 +0000 (10:02 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Thu, 5 Apr 2012 10:02:59 +0000 (10:02 +0000)
src/gns/proxy/gnunet-gns-proxy.py

index dd7340ab63f23d2c70a70c71a88f792e0219e7ea..73085bdf50e792f214176086e5578dca15b684b3 100644 (file)
@@ -190,7 +190,6 @@ class ProxyHandler (BaseHTTPServer.BaseHTTPRequestHandler):
                               data = re.sub('(a href="http://(\w+\.)*)(\+)',
                                   self.replace_and_shorten(to_repl), data)
                           out.send(data)
-                          print data
                           count = 0
                         #except:
                         #  print "GNS exception:", sys.exc_info()[0]