mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Remove debug print()
This commit is contained in:
@@ -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([
|
||||
|
Reference in New Issue
Block a user