Commit ba855378 authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

parent d2707d7c
......@@ -74,7 +74,6 @@ def cleanup_session(session):
'''
now = int(time.time())
for key, value in session.iteritems():
print key
if (key.startswith('search_')
and (not isinstance(value, dict) or value['ttl'] < now)):
del session[key]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment