Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed print
  • Loading branch information
ralsina committed Jun 10, 2015
1 parent db77b8e commit abba32a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nikola/nikola.py
Expand Up @@ -1028,11 +1028,6 @@ def url_replacer(self, src, dst, lang=None, url_type=None):
nl = nl.encode('idna')
if isinstance(nl, utils.bytes_str):
nl = nl.decode('latin-1') # so idna stays unchanged
print(repr((dst_url.scheme,
nl,
dst_url.path,
dst_url.query,
dst_url.fragment)))
dst = urlunsplit((dst_url.scheme,
nl,
dst_url.path,
Expand Down

0 comments on commit abba32a

Please sign in to comment.