[X2Go-Commits] [python-x2go] 05/07: remove debug code from forward.py
git-admin at x2go.org
git-admin at x2go.org
Wed Jun 25 01:30:12 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit 16814f464225da64766a678536a9ff3b42202215
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jun 24 16:49:45 2014 +0200
remove debug code from forward.py
---
x2go/forward.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/x2go/forward.py b/x2go/forward.py
index afc0b3c..89f5df9 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -137,7 +137,6 @@ class X2GoFwServer(StreamServer):
loglevel=log.loglevel_ERROR)
if self.session_instance:
self.session_instance.set_session_name(self.session_name)
- print "FORWARD: ", self.subsystem
self.session_instance.HOOK_forwarding_tunnel_setup_failed(chain_host=self.chain_host, chain_port=self.chain_port, subsystem=self.subsystem)
self.failed = True
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list