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@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