diff options
-rw-r--r-- | mediagoblin/util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mediagoblin/util.py b/mediagoblin/util.py index f0229300..a20e87c4 100644 --- a/mediagoblin/util.py +++ b/mediagoblin/util.py @@ -106,8 +106,6 @@ def get_jinja_env(template_loader, locale): mg_globals.translations.ngettext) # All templates will know how to ... - # ... add a new message to the message queue - template_env.globals['add_message'] = messages.add_message # ... fetch all waiting messages and remove them from the queue template_env.globals['fetch_messages'] = messages.fetch_messages |