]> granicus.if.org Git - python/commitdiff
Comment out an apparent debug print
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jun 2000 01:41:48 +0000 (01:41 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jun 2000 01:41:48 +0000 (01:41 +0000)
Lib/urllib.py

index c96dd64b978d61794db9f0d858494f0c1da6109a..9400757db6a796e7e3753b502d93a3df22f6db90 100644 (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