[X2Go-Commits] [x2gobroker] 01/02: remove debug output

git-admin at x2go.org git-admin at x2go.org
Wed Mar 19 10:39:13 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 17a90b5bd9a82fefd906acb9f07842a07efbf73d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 19 10:38:38 2014 +0100

    remove debug output
---
 x2gobroker/agent.py |    1 -
 1 file changed, 1 deletion(-)

diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py
index f8eed07..acc6e07 100644
--- a/x2gobroker/agent.py
+++ b/x2gobroker/agent.py
@@ -327,7 +327,6 @@ def find_busy_servers(username, query_mode='LOCAL', remote_agent=None, **kwargs)
     if server_list:
         if type(server_list) is types.ListType:
             for server_item in server_list:
-                print server_item
                 if ':' in server_item:
                     usage, server = server_item.split(':')
                     server_usage.update({ server: int(usage) })

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git



More information about the x2go-commits mailing list