mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Internet: Remove debug print.
This commit is contained in:
parent
124e292f1f
commit
709c3390ef
@ -89,7 +89,6 @@ class Internet(callbacks.Plugin):
|
||||
server = registrar = updated = created = expires = status = ''
|
||||
for line in s.splitlines():
|
||||
line = line.decode('ascii').strip()
|
||||
print(repr(line))
|
||||
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