From: Kristi Tsukida Date: Wed, 11 Jul 2012 00:29:27 +0000 (-0700) Subject: remove debug code X-Git-Tag: 2.7~48^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea50f7777d5e693424b2678e359e395a93be4c3c;p=thirdparty%2Fjinja.git remove debug code --- diff --git a/jinja2/lexer.py b/jinja2/lexer.py index adb32627..48f6fb87 100644 --- a/jinja2/lexer.py +++ b/jinja2/lexer.py @@ -427,8 +427,6 @@ class Lexer(object): # 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