Browse Source

removed refactoring leftover

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
0b9c2b5eb1
  1. 1
      flask.py

1
flask.py

@ -325,7 +325,6 @@ class Flask(object):
:param context: the context as a dictionary that is updated in place
to add extra variables.
"""
reqctx = _request_ctx_stack.top
for func in self.template_context_processors:
context.update(func())

Loading…
Cancel
Save