mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +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.feed(text)
|
||||
print(parser.entities)
|
||||
|
||||
# TODO: OrderedDict to be removed in Python 3.6
|
||||
return OrderedDict([
|
||||
|
|
|
|||
Loading…
Reference in a new issue