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

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


The branch, build-baikal has been updated
       via  9ecb391b533ab83ca0a4dd74ede37b70b2a9926a (commit)
      from  ae89c0fd7e4cb18b42c25503627048c1ee5d149c (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/backends/terminal/_stdout.py |    1 -
 x2go/client.py                    |    1 -
 2 files changed, 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index 17a152e..ab06e8c 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -679,7 +679,6 @@ class X2goTerminalSessionSTDOUT(object):
         _stdout = stdout.read().split('\n')
         self.logger('x2gomountdirs output is : %s' % _stdout, log.loglevel_NOTICE)
         if _stdout[5].endswith('ok'):
-            print True
             return True
         return False
 
diff --git a/x2go/client.py b/x2go/client.py
index 1d58e82..8b62d8f 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -1589,7 +1589,6 @@ class X2goClient(object):
             _associated = self._X2goClient__client_associated_sessions_of_profile_name(profile_name, return_objects=False)
             if len(_associated) > 0:
                 session_uuid = _associated[0]
-        print session_uuid
         if session_uuid:
                 return self.session_registry(session_uuid).get_shared_folders()
     session_get_shared_folders = get_shared_folders


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