This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit ddf098e71165e99c11e97cfcf48c41f42c5977db Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Apr 16 13:10:49 2014 +0200 remove debug code --- pyhoca/wxgui/profilemanager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 07af8ad..1b57b7b 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -880,8 +880,6 @@ class PyHocaGUI_ProfileManager(wx.Dialog): self.SetSessionWindowTitle.SetValue(self.profile_config['setsessiontitle']) self.CustomSessionWindowTitle.SetValue(self.profile_config['sessiontitle']) - print self.profile_config['host'], type(self.profile_config['host']) - if type(self.profile_config['host']) is types.ListType: self.Host.SetValue(",".join(self.profile_config['host'])) else: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git