[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.0.40.0-107-g0d27cd4
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:56:27 CEST 2013
The branch, twofactorauth has been updated
via 0d27cd43f0013f854cb0a9ccf7397f5253260526 (commit)
from 7cde3c55db76d4650561e2dec2be27c38809d840 (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:
x2go/backends/profiles/_file.py | 2 --
1 file changed, 2 deletions(-)
The diff of changes is:
diff --git a/x2go/backends/profiles/_file.py b/x2go/backends/profiles/_file.py
index 4a1daa8..d1c9ead 100644
--- a/x2go/backends/profiles/_file.py
+++ b/x2go/backends/profiles/_file.py
@@ -151,7 +151,6 @@ class X2goSessionProfilesFILE(inifiles.X2goIniFile):
"""
if not self._cached_profile_ids:
- print "updating profile ids cache"
self._cached_profile_ids = [ s for s in self.iniConfig.sections() if s not in self._non_profile_sections ]
return self._cached_profile_ids
@@ -169,7 +168,6 @@ class X2goSessionProfilesFILE(inifiles.X2goIniFile):
"""
if not self._cached_profile_names:
- print "updating profile names cache"
self._cached_profile_names = [ self.to_profile_name(p) for p in self.profile_ids ]
return self._cached_profile_names
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
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 "python-x2go.git" (Python X2Go Client API).
More information about the x2go-commits
mailing list