diff options
author | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-11-20 15:41:06 +0600 |
---|---|---|
committer | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-11-20 15:41:06 +0600 |
commit | 2701ac9722a0a07c7bfbb20cba2e79ab56fab784 (patch) | |
tree | 8aec333a036d9ef1bc78c5d998ce3dbbb6ced623 | |
parent | 8debd43fc4ae153c074466f0b599503bc937b8f8 (diff) | |
download | pyParrotZikTCP-2701ac9722a0a07c7bfbb20cba2e79ab56fab784.tar.xz pyParrotZikTCP-2701ac9722a0a07c7bfbb20cba2e79ab56fab784.zip |
remove debug output
-rw-r--r-- | ParrotZik.py | 1 |
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 |