aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Moiseev <m0sia@m0sia.ru>2013-11-20 15:41:06 +0600
committerDmitry Moiseev <m0sia@m0sia.ru>2013-11-20 15:41:06 +0600
commit2701ac9722a0a07c7bfbb20cba2e79ab56fab784 (patch)
tree8aec333a036d9ef1bc78c5d998ce3dbbb6ced623
parent8debd43fc4ae153c074466f0b599503bc937b8f8 (diff)
downloadpyParrotZikTCP-2701ac9722a0a07c7bfbb20cba2e79ab56fab784.tar.xz
pyParrotZikTCP-2701ac9722a0a07c7bfbb20cba2e79ab56fab784.zip
remove debug output
Diffstat (limited to '')
-rw-r--r--ParrotZik.py1
1 files changed, 0 insertions, 1 deletions
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