mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Remove debug prints.
This commit is contained in:
parent
96c1ccc722
commit
95d4d40b22
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user