X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/224a257ade788e1a87aab78032dc3cdc9677cc06..a058598f1ee11c60f9718d0ec677df1424be79c3:/floof/lib/base.py?ds=sidebyside diff --git a/floof/lib/base.py b/floof/lib/base.py index d2756ba..af47069 100644 --- a/floof/lib/base.py +++ b/floof/lib/base.py @@ -23,7 +23,4 @@ class BaseController(WSGIController): # WSGIController.__call__ dispatches to the Controller method # the request is routed to. This routing information is # available in environ['pylons.routes_dict'] - try: - return WSGIController.__call__(self, environ, start_response) - finally: - meta.Session.remove() + return WSGIController.__call__(self, environ, start_response)