projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaa2e7
)
Removed debug print
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 29 May 2010 18:58:44 +0000
(20:58 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 29 May 2010 18:58:44 +0000
(20:58 +0200)
--HG--
branch : trunk
jinja2/ext.py
patch
|
blob
|
history
diff --git
a/jinja2/ext.py
b/jinja2/ext.py
index 48f04fc160ad2b999432da28cd9170414fe68a12..21a7858a4f3baadceb7b98b3bdf293302467eabb 100644
(file)
--- 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))