Skip to content

Commit 35abcb3

Browse files
committed
Remove extraneous print command
1 parent 165536e commit 35abcb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

markdown_it/common/normalize_url.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def normalizeLinkText(link):
122122
~~~~~~~~~~~
123123
"""
124124
(scheme, netloc, path, params, query, fragment) = urlparse(link)
125-
print((scheme, netloc, path, params, query, fragment))
126125
if scheme in RECODE_HOSTNAME_FOR:
127126
url = urlunparse(
128127
(

0 commit comments

Comments
 (0)