changeset 718084600324 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=718084600324
description: remove debug print

diffstat:

 src/common/socks5.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r efa00b63103e -r 718084600324 src/common/socks5.py
--- a/src/common/socks5.py      Sun Apr 03 14:28:08 2016 +0200
+++ b/src/common/socks5.py      Sun Apr 03 14:51:06 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
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to