From 432a5e30404801effb6c546c5dc29c2217cada1f Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 2 Sep 2015 16:44:46 -0300 Subject: [PATCH] Removed outdated comment --- colab/plugins/templatetags/plugins.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/colab/plugins/templatetags/plugins.py b/colab/plugins/templatetags/plugins.py index 7c94399..62c83bb 100644 --- a/colab/plugins/templatetags/plugins.py +++ b/colab/plugins/templatetags/plugins.py @@ -11,7 +11,6 @@ register = template.Library() @register.simple_tag(takes_context=True) def plugins_menu(context): - # TODO: Cache has to take language into account if context['user'].is_authenticated(): cache_key = 'colab-plugin-menu-authenticated' else: -- libgit2 0.21.2