Comment out an apparent debug print

This commit is contained in:
Andrew M. Kuchling 2000-06-10 01:41:48 +00:00
parent a251ea0680
commit 7ad4792307
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ class URLopener:
user_passwd, realhost = splituser(realhost)
if user_passwd:
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 user_passwd:
import base64