The branch, master has been updated via b7f65e1b9ca6090dfdc64cfc7efc84d352d49fab (commit) from d7deb4a04587933dfd2186c1a71d7a9caff3234d (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 b7f65e1b9ca6090dfdc64cfc7efc84d352d49fab Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 3 18:39:38 2013 +0200 remove debug code ----------------------------------------------------------------------- Summary of changes: pyhoca/wxgui/passphrase.py | 3 --- 1 file changed, 3 deletions(-) The diff of changes is: diff --git a/pyhoca/wxgui/passphrase.py b/pyhoca/wxgui/passphrase.py index c04b88d..c81dc55 100644 --- a/pyhoca/wxgui/passphrase.py +++ b/pyhoca/wxgui/passphrase.py @@ -173,9 +173,6 @@ class PyHocaGUI_DialogBoxPassphrase(wx.Dialog): passphrase = self.passphraseTxt.GetValue() sshproxy_passphrase = base64.b64decode(self.sshproxy_passphrase) - print 'X2GO: ', passphrase - print 'PROXY: ', sshproxy_passphrase - connect_failed = False wx.BeginBusyCursor() 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)).