8000 Remove debug statement · html5lib/html5lib-python@99a73b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99a73b0

Browse files
committed
Remove debug statement
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40713
1 parent 8ca4591 commit 99a73b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/html5parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ def startTagListItem(self, name, attributes):
720720
stopNames = {"li":("li"), "dd":("dd", "dt"), "dt":("dd", "dt")}
721721
stopName = stopNames[name]
722722
# AT Use reversed in Python 2.4...
723-
print (self.tree.openElements[::-1])
724723
for i, node in enumerate(self.tree.openElements[::-1]):
725724
if node.name in stopName:
726725
poppedNodes = []

0 commit comments

Comments
 (0)
0