[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.4-17-g8658a5d

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:11 CEST 2013


The branch, twofactorauth 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 pyhoca/wxgui/profilemanager.py |    1 -
 1 file changed, 1 deletion(-)

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)).




More information about the x2go-commits mailing list