whois/__init__.py
branchpython3
changeset 73 644d81a7995b
parent 71 b181f795cc0d
child 86 d6fcfa5acc7b
child 97 44522cd37b07
--- a/whois/__init__.py	Sun Feb 07 23:38:20 2016 +0100
+++ b/whois/__init__.py	Sun Feb 07 23:40:59 2016 +0100
@@ -61,7 +61,6 @@
         url = url.decode('utf-8')
     url = re.sub(b'^.*://', b'', url.encode('idna')).split(b'/')[0].lower()
     domain = []
-    print('url:', url)
 
     for section in url.split(b'.'):
         if section in suffixes: