diff --git a/blag/markdown.py b/blag/markdown.py index 5144eb9..0e74fd6 100644 --- a/blag/markdown.py +++ b/blag/markdown.py @@ -85,9 +85,9 @@ class MarkdownLinkTreeprocessor(Treeprocessor): def convert(self, url): scheme, netloc, path, query, fragment = urlsplit(url) - logger.debug( - f'{url}: {scheme=} {netloc=} {path=} {query=} {fragment=}' - ) + # logger.debug( + # f'{url}: {scheme=} {netloc=} {path=} {query=} {fragment=}' + # ) if (scheme or netloc or not path): return url if path.endswith('.md'):