[X2Go-Commits] [python-x2go] 01/01: x2go/backends/control/plain.py: Drop one line of debug code.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 18 18:52:19 CEST 2018


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

x2go pushed a commit to branch master
in repository python-x2go.

commit dd894b09b622abf704af1b3a02f822e7883bb245
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 18 18:52:06 2018 +0200

    x2go/backends/control/plain.py: Drop one line of debug code.
---
 x2go/backends/control/plain.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x2go/backends/control/plain.py b/x2go/backends/control/plain.py
index 40c4a0f..8d708cb 100644
--- a/x2go/backends/control/plain.py
+++ b/x2go/backends/control/plain.py
@@ -1274,7 +1274,6 @@ class X2GoControlSession(paramiko.SSHClient):
         """
         (stdin, stdout, stderr) = self._x2go_exec_command('stat -tL "%s"' % self._x2go_remote_home, loglevel=log.loglevel_DEBUG)
         _stdout = stdout.read()
-        print (_stdout)
         if _stdout:
             return True
         return False

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list