changeset 634cd110eee2 in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=634cd110eee2
description: remove debug print
diffstat:
src/common/socks5.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 7e2d67a37a51 -r 634cd110eee2 src/common/socks5.py
--- a/src/common/socks5.py Sun Apr 03 14:28:27 2016 +0200
+++ b/src/common/socks5.py Sun Apr 03 14:50:47 2016 +0200
@@ -545,7 +545,6 @@
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 @@
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
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits