projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe55aa
)
removed debug print
author
Armin Ronacher
<armin.ronacher@active-4.com>
Thu, 10 Apr 2008 18:51:49 +0000
(20:51 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Thu, 10 Apr 2008 18:51:49 +0000
(20:51 +0200)
--HG--
branch : trunk
jinja2/compiler.py
patch
|
blob
|
history
diff --git
a/jinja2/compiler.py
b/jinja2/compiler.py
index 65912c7a726b404b7e7befe64b1641d1e512999b..5588a47597710f74038756093d07f5f6f7e9c2f3 100644
(file)
--- a/
jinja2/compiler.py
+++ b/
jinja2/compiler.py
@@
-296,7
+296,6
@@
class CodeGenerator(NodeVisitor):
block_frame = Frame()
block_frame.inspect(block.body)
block_frame.block = name
- print block_frame.identifiers.__dict__
self.writeline('def block_%s(context):' % name, block, 1)
self.pull_locals(block_frame)
self.blockvisit(block.body, block_frame, True)