| author | Richard Baron Penman |
| Tue, 08 Jan 2013 16:21:26 +1100 | |
| changeset 9 | 6d18568e986d |
| parent 8 | 9cf495a1e2e9 |
| child 10 | 169462701583 |
--- a/pywhois/__init__.py Tue Jan 08 16:20:13 2013 +1100 +++ b/pywhois/__init__.py Tue Jan 08 16:21:26 2013 +1100 @@ -17,8 +17,6 @@ # try experimental client nic_client = NICClient() text = nic_client.whois_lookup(None, domain, 0) - print 'domain:', domain - print text return WhoisEntry.load(domain, text)