The branch, master has been updated via c0a38324905a2934fd0115627f20914b057273da (commit) from 2fa59c45db1c0d657dfe55ece4ed64c15edf4c0d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c0a38324905a2934fd0115627f20914b057273da Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 18 22:34:42 2013 +0200 remove debug code ----------------------------------------------------------------------- Summary of changes: x2go/backends/proxy/base.py | 3 --- 1 file changed, 3 deletions(-) The diff of changes is: diff --git a/x2go/backends/proxy/base.py b/x2go/backends/proxy/base.py index 01b3855..886abc2 100644 --- a/x2go/backends/proxy/base.py +++ b/x2go/backends/proxy/base.py @@ -281,9 +281,6 @@ class X2GoProxyBASE(threading.Thread): _count = 0 _maxwait = 40 while (not self.fw_tunnel.is_active) and (not self.fw_tunnel.failed) and (_count < _maxwait): - print self.fw_tunnel.is_active - print self.fw_tunnel.failed - print _count _count += 1 self.logger('waiting for port fw tunnel to come up: 0.5s x %s' % _count, loglevel=log.loglevel_DEBUG) gevent.sleep(.5) hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).