The branch, twofactorauth has been updated via 1998b07f0f581166646e32e2312ac1058f4900b1 (commit) from 85f28c3e6beb2ce84844c1165ad93a0b25af989c (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/utils.py | 3 --- 1 file changed, 3 deletions(-) The diff of changes is: diff --git a/x2go/utils.py b/x2go/utils.py index 5cd5ee5..bee7149 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -212,11 +212,8 @@ def _convert_SessionProfileOptions_2_SessionParams(_options): def session_names_by_timestamp(session_infos): session_names = session_infos.keys() - print session_names sortable_session_names = [ '%s|%s' % (session_name.split('-')[2].split('_')[0], session_name) for session_name in session_names ] - print sortable_session_names sortable_session_names.sort() - print sortable_session_names return [ session_name.split('|')[1] for session_name in sortable_session_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).