From e80b0ba9b32b4621658c8bd9ae2718c2a0d87b0f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 3 Apr 2016 14:50:47 +0200 Subject: [PATCH] remove debug print --- src/common/socks5.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/socks5.py b/src/common/socks5.py index 7a67a7953..e6e5b880b 100644 --- a/src/common/socks5.py +++ b/src/common/socks5.py @@ -545,7 +545,6 @@ class Socks5(object): return 1 # we are connected def read_timeout(self): - print('read_timeout') self.idlequeue.remove_timeout(self.fd) if self.state > 5: # no activity for foo seconds @@ -748,7 +747,6 @@ class Socks5(object): raise e except Exception: buff = b'' - print('received ' + str(len(buff))) current_time = self.idlequeue.current_time() self.file_props.elapsed_time += current_time - \ self.file_props.last_time