From: Armin Ronacher Date: Sat, 29 May 2010 18:58:44 +0000 (+0200) Subject: Removed debug print X-Git-Tag: 2.5~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5da3181a8a8bd670b3ca0c27598e60a75d1575aa;p=jinja2.git Removed debug print --HG-- branch : trunk --- diff --git a/jinja2/ext.py b/jinja2/ext.py index 48f04fc..21a7858 100644 --- a/jinja2/ext.py +++ b/jinja2/ext.py @@ -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))