]> git.openstreetmap.org Git - osqa.git/commitdiff
removing the trigger for the error logging, this was only for debugging purposes
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 13 Apr 2011 22:16:28 +0000 (22:16 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 13 Apr 2011 22:16:28 +0000 (22:16 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@979 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/templatetags/extra_tags.py

index d5533b6c9d936b4cbeac5045b4c9b8689e37b7af..d38307ea6a3c0d870bb0c20647af5ef1354c8a54 100644 (file)
@@ -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())