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

Skip to content

Commit 954f2a9

Browse files
committed
Remove debug statement
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40777
1 parent a344753 commit 954f2a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def parse():
8080
else:
8181
document = parseMethod(f, encoding=encoding)
8282
printOutput(p, document, opts)
83-
print encoding
8483

8584
def printOutput(parser, document, opts):
8685
if opts.encoding:

0 commit comments

Comments
 (0)
0