Remove debug prints.

This commit is contained in:
Valentin Lorentz 2016-11-01 21:30:39 +01:00
parent 96c1ccc722
commit 95d4d40b22
1 changed files with 0 additions and 3 deletions

View File

@ -122,12 +122,9 @@ class Internet(callbacks.Plugin):
except socket.error:
pass
sock.close()
print(s)
server = netrange = netname = registrar = updated = created = expires = status = ''
for line in s.splitlines():
line = line.decode('utf8').strip()
print(line)
print(self._netrange)
if not line or ':' not in line:
continue
if not server and any(line.startswith, self._domain):