From 95d4d40b2235ebe146650b32683f860a8a8cab20 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 1 Nov 2016 21:30:39 +0100 Subject: [PATCH] Remove debug prints. --- plugins/Internet/plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/Internet/plugin.py b/plugins/Internet/plugin.py index b9d148d3a..be85f3abd 100644 --- a/plugins/Internet/plugin.py +++ b/plugins/Internet/plugin.py @@ -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):