[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.6-4-g535521a

X2go dev team git-admin at x2go.org
Sat Sep 17 02:26:40 CEST 2011


The branch, release/0.1.1.x has been updated
       via  535521affad151325cfa4fe452542d358e974745 (commit)
      from  45c359a40ef64df8daded86e6e7328036f545e3f (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 -----------------------------------------------------------------
commit 535521affad151325cfa4fe452542d358e974745
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 17 02:26:24 2011 +0200

    remove debug code

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/terminal/_stdout.py |    1 -
 x2go/client.py                    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index fc1cae7..0196281 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 71981ca..35dcfc6 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