From f2c7a66fdc56dda576e0d0d14758ab0a22f5243f Mon Sep 17 00:00:00 2001 From: jordan Date: Wed, 13 Apr 2011 22:16:28 +0000 Subject: [PATCH] removing the trigger for the error logging, this was only for debugging purposes git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@979 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/templatetags/extra_tags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/forum/templatetags/extra_tags.py b/forum/templatetags/extra_tags.py index d5533b6..d38307e 100644 --- a/forum/templatetags/extra_tags.py +++ b/forum/templatetags/extra_tags.py @@ -285,7 +285,6 @@ class DeclareNode(template.Node): d.update(c) try: command = m.group(3).strip() - logging.error(command) context[m.group(1).strip()] = eval(command, d) except Exception, e: logging.error("Error in declare tag, when evaluating: %s" % m.group(3).strip()) -- 2.39.5