Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
mitsuhiko committed May 29, 2010
1 parent ffaa2e7 commit 5da3181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jinja2/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def _make_node(self, singular, plural, variables, plural_expr,
# 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))

Expand Down

0 comments on commit 5da3181

Please sign in to comment.