mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Remove debug print()
This commit is contained in:
parent
fe611a3344
commit
d6900cde9f
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ class HTML:
|
||||||
|
|
||||||
parser = Parser(self.client)
|
parser = Parser(self.client)
|
||||||
parser.feed(text)
|
parser.feed(text)
|
||||||
print(parser.entities)
|
|
||||||
|
|
||||||
# TODO: OrderedDict to be removed in Python 3.6
|
# TODO: OrderedDict to be removed in Python 3.6
|
||||||
return OrderedDict([
|
return OrderedDict([
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue