The branch, master has been updated via 8658a5d95d59612b985c418444d488edc33ab3ed (commit) from fbfe96acee1d091742ea1e849c1d74de277a4539 (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 8658a5d95d59612b985c418444d488edc33ab3ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 27 11:51:30 2011 +0200 Remove debug output... ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/profilemanager.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 64e5286..8b15ed1 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1376,7 +1376,6 @@ class PyHocaGUI_ProfileManager(wx.Dialog): validateOk = False self._PyHocaGUI.notifier.send(title=_(u'Profile Manager'), text=_(u'Profile name %s already exists!!!' % self.profile_config['name'].strip()), icon='profile_error') elif self.profile_config['usesshproxy'] and self.profile_config['name'] == self.profile_config_bak['name']: - print self.profile_config['sshproxytunnel'].split(':')[0:2] try: (from_host, from_port) = self.profile_config['sshproxytunnel'].split(':')[0:2] except ValueError: hooks/post-receive -- pyhoca-gui.git (Python X2go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2go Client (wxPython GUI)).