From 2701ac9722a0a07c7bfbb20cba2e79ab56fab784 Mon Sep 17 00:00:00 2001 From: Dmitry Moiseev Date: Wed, 20 Nov 2013 15:41:06 +0600 Subject: remove debug output --- ParrotZik.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ParrotZik.py b/ParrotZik.py index 830e317..73df83b 100644 --- a/ParrotZik.py +++ b/ParrotZik.py @@ -117,7 +117,6 @@ class ParrotZik(object): data = self.sock.recv(7) len = struct.unpack('B', data[1])[0] data = self.sock.recv(1024) - print data data=BeautifulSoup(data) return data -- cgit v1.2.1