From 5f9615bd10436e80c7d4db908a95d9282d685280 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 17 Jun 2013 09:16:37 -0500 Subject: [PATCH] removed unwanted print statement --- VERSION | 2 +- gluon/globals.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9245f28e..d9ca523b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.5.1-stable+timestamp.2013.06.17.08.09.26 +Version 2.5.1-stable+timestamp.2013.06.17.09.15.51 diff --git a/gluon/globals.py b/gluon/globals.py index 9c485cfe..ac76607d 100644 --- a/gluon/globals.py +++ b/gluon/globals.py @@ -587,7 +587,6 @@ class Session(Storage): response.session_db_unique_key = unique_key rcookies = response.cookies - print response.session_id_name, response.session_id rcookies[response.session_id_name] = response.session_id rcookies[response.session_id_name]['path'] = '/' if clear_session: