Skip to content

Commit

Permalink
Remove extraneous print command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 30, 2020
1 parent 165536e commit 35abcb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion markdown_it/common/normalize_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def normalizeLinkText(link):
~~~~~~~~~~~
"""
(scheme, netloc, path, params, query, fragment) = urlparse(link)
print((scheme, netloc, path, params, query, fragment))
if scheme in RECODE_HOSTNAME_FOR:
url = urlunparse(
(
Expand Down

0 comments on commit 35abcb3

Please sign in to comment.