Skip to content

Commit 92134ee

Browse files
committed
WIP
1 parent 913aa1f commit 92134ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def jinjaStatementState(self):
408408
def jinjaCommentState(self):
409409
data = self.stream.char()
410410

411-
log.debug(u"Jinja comment state '{}'".format(data))
411+
#log.debug(u"Jinja comment state '{}'".format(data))
412412

413413
if data == "#":
414414
self.state = self.jinjaCommentEndState

0 commit comments

Comments
 (0)