[X2Go-Commits] [python-x2go] 03/05: drop debug code
git-admin at x2go.org
git-admin at x2go.org
Mon Mar 10 16:08:47 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch brokerclient
in repository python-x2go.
commit b2062ab44f0ff4e596e044799e8c1193441860df
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Mar 9 12:50:31 2014 +0100
drop debug code
---
x2go/client.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/x2go/client.py b/x2go/client.py
index 51fcb5c..b64fe9f 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -269,7 +269,6 @@ class X2GoClient(object):
self.info_backend = utils._get_backend_class(info_backend, "X2GoServerSessionInfo")
self.list_backend = utils._get_backend_class(list_backend, "X2GoServerSessionList")
self.proxy_backend = utils._get_backend_class(proxy_backend, "X2GoProxy")
- print broker_url
if broker_url is not None:
if broker_url.startswith('ssh://'):
profiles_backend = 'sshbroker'
--
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