[Inteproxy-commits] r129 - in trunk: . inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri May 16 16:10:28 CEST 2008


Author: bernhard
Date: 2008-05-16 16:10:27 +0200 (Fri, 16 May 2008)
New Revision: 129

Modified:
   trunk/ChangeLog
   trunk/inteproxy/main.py
Log:
inteproxy/main.py(build_opener()): Removed debug print statement.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-05-16 14:07:32 UTC (rev 128)
+++ trunk/ChangeLog	2008-05-16 14:10:27 UTC (rev 129)
@@ -1,5 +1,9 @@
 2008-05-16  Bernhard Reiter  <bernhard at intevation.de>
 
+	* inteproxy/main.py(build_opener()): Removed debug print statement.
+
+2008-05-16  Bernhard Reiter  <bernhard at intevation.de>
+
 	Now the inteproxy-build-in method for SSL Connect proxies
 	is also used in case of HTTP/1.0.
 

Modified: trunk/inteproxy/main.py
===================================================================
--- trunk/inteproxy/main.py	2008-05-16 14:07:32 UTC (rev 128)
+++ trunk/inteproxy/main.py	2008-05-16 14:10:27 UTC (rev 129)
@@ -56,7 +56,6 @@
     return None
 
 def build_opener(https_proxy = None, debuglevel = 0, http_vsn = 11):
-    print "called build_opener", https_proxy, debuglevel, http_vsn
     handlers = []
     if https_proxy:
         sys.stderr.write("[%s] Using HTTPS proxy: %s\n"



More information about the Inteproxy-commits mailing list