Removed debug print
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 29 May 2010 18:58:44 +0000 (20:58 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 29 May 2010 18:58:44 +0000 (20:58 +0200)
--HG--
branch : trunk

jinja2/ext.py

index 48f04fc160ad2b999432da28cd9170414fe68a12..21a7858a4f3baadceb7b98b3bdf293302467eabb 100644 (file)
@@ -346,7 +346,6 @@ class InternationalizationExtension(Extension):
         # enough to handle the variable expansion and autoescape
         # handling itself
         if self.environment.newstyle_gettext:
-            print 'HERE'
             for key, value in variables.iteritems():
                 node.kwargs.append(nodes.Keyword(key, value))