removed refactoring leftover
This commit is contained in:
parent
74862dcbca
commit
0b9c2b5eb1
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue