This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 3cdd66f288e114520a631738f4b757b5488a7fc4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 17:01:23 2019 +0200 X2GoSessionInfo: Drop debug print command. --- debian/changelog | 4 +++- x2go/backends/info/plain.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7baaa43..cb518ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-x2go (0.6.0.3-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mike Gabriel ] + * New upstream version (0.6.0.3): + - X2GoSessionInfo: Drop debug print command. -- X2Go Release Manager <git-admin@x2go.org> Sat, 01 Dec 2018 02:16:45 +0100 diff --git a/x2go/backends/info/plain.py b/x2go/backends/info/plain.py index d8e21ed..222cfff 100644 --- a/x2go/backends/info/plain.py +++ b/x2go/backends/info/plain.py @@ -130,7 +130,6 @@ class X2GoServerSessionInfo(object): """ cmd = self.name.split('_')[1] - print(cmd) session_type = cmd[2] if session_type == 'R' and self.is_published_applications_provider(): session_type = 'P' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git