[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-137-g83b74e3

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:28:56 CET 2014


The branch, build-baikal has been updated
       via  83b74e308c0b9dfd47c9f8815be2c161e21c7c54 (commit)
      from  b19051303645f8c5fe8448ee289273698b538212 (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/client.py   |    1 -
 x2go/registry.py |    1 -
 2 files changed, 2 deletions(-)

The diff of changes is:
diff --git a/x2go/client.py b/x2go/client.py
index 5201aca..fd02675 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -2364,7 +2364,6 @@ class X2goClient(object):
             _list_mounts = {}
             for session in sessions:
                 _list_mounts.update(self.__list_mounts(session_uuid=session(), no_cache=no_cache, refresh_cache=refresh_cache, raw=False))
-        print _list_mounts
         return _list_mounts
 
     def list_mounts(self, session_uuid=None, 
diff --git a/x2go/registry.py b/x2go/registry.py
index 597d6cb..a6a2ff4 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -820,7 +820,6 @@ class X2goSessionRegistry(object):
         @rtype: C{list}
 
         """
-        print [ s.get_session_name()  for s in self.associated_sessions()]
         if return_objects:
             return self.associated_sessions() and [ s for s in self.associated_sessions() if s.get_profile_name() == profile_name ]
         elif return_session_names:


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