The branch, master has been updated via 1445656e56e4d00aded6ff7b98b33cb728822b71 (commit) from 020f8ed7b3049b7eecb5ea66600a2ccf9d64b0ee (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 1445656e56e4d00aded6ff7b98b33cb728822b71 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 30 09:41:03 2011 +0100 remove debug line of code ----------------------------------------------------------------------- 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 9f8b06b..a8b32d8 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -928,7 +928,6 @@ class PyHocaGUI_ProfileManager(wx.Dialog): if not re.match('^.*:(1|0)$', _shared_folder): _shared_folder = "%s:1" % _shared_folder - print _shared_folder _shared_folder_path = ":".join(_shared_folder.split(':')[:-1]) if int(_shared_folder.split(':')[-1]): _shared_folder_autoconnect = _("automatically") 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)).