Commit 7ad47923 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Comment out an apparent debug print

parent a251ea06
...@@ -313,7 +313,7 @@ class URLopener: ...@@ -313,7 +313,7 @@ class URLopener:
user_passwd, realhost = splituser(realhost) user_passwd, realhost = splituser(realhost)
if user_passwd: if user_passwd:
selector = "%s://%s%s" % (urltype, realhost, rest) selector = "%s://%s%s" % (urltype, realhost, rest)
print "proxy via https:", host, selector #print "proxy via https:", host, selector
if not host: raise IOError, ('https error', 'no host given') if not host: raise IOError, ('https error', 'no host given')
if user_passwd: if user_passwd:
import base64 import base64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment