[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.4.0.4-5-gc0a3832

X2Go dev team git-admin at x2go.org
Fri Jul 19 14:19:18 CEST 2013


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list