diff --git a/pylons_app/lib/base.py b/pylons_app/lib/base.py --- a/pylons_app/lib/base.py +++ b/pylons_app/lib/base.py @@ -17,4 +17,3 @@ class BaseController(WSGIController): return WSGIController.__call__(self, environ, start_response) finally: pass - #meta.Session.remove()