Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kristi committed Jul 11, 2012
1 parent 59f3366 commit ea50f77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jinja2/lexer.py
Expand Up @@ -427,8 +427,6 @@ def __init__(self, environment):
# strip leading spaces if lstrip_blocks is enabled
block_prefix_re = environment.lstrip_blocks and r'^[ \t]*' or ''

print 'block_prefix_re = %s' % block_prefix_re

self.newline_sequence = environment.newline_sequence

# global lexing rules
Expand Down

0 comments on commit ea50f77

Please sign in to comment.