Internet: Remove debug print.

This commit is contained in:
Valentin Lorentz 2012-08-05 15:20:35 +02:00
parent 124e292f1f
commit 709c3390ef
1 changed files with 0 additions and 1 deletions

View File

@ -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):