Skip to content

Commit cb51940

Browse files
committed
Web: Remove debug print
1 parent 246f4d3 commit cb51940

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/Web/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def url_workaround(url):
159159
"""
160160
nonlocal size
161161
parsed_url = utils.web.urlparse(url)
162-
print(repr(parsed_url.netloc))
163162
if parsed_url.netloc in ('youtube.com', 'youtu.be') \
164163
or parsed_url.netloc.endswith(('.youtube.com')):
165164
# there is a lot of Javascript before the <title>

0 commit comments

Comments
 (0)