This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 4ba693e x2go/backends/terminal/plain.py: Correctly update session window file in Python3. new dd894b0 x2go/backends/control/plain.py: Drop one line of debug code. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/backends/control/plain.py | 1 - 1 file changed, 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
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@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