From 5da3181a8a8bd670b3ca0c27598e60a75d1575aa Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 29 May 2010 20:58:44 +0200 Subject: [PATCH] Removed debug print --HG-- branch : trunk --- jinja2/ext.py | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.26.2