From: jordan Date: Wed, 13 Apr 2011 22:16:28 +0000 (+0000) Subject: removing the trigger for the error logging, this was only for debugging purposes X-Git-Tag: live~334 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/f2c7a66fdc56dda576e0d0d14758ab0a22f5243f?ds=sidebyside 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 --- 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())