From e972d9070400eadbfa18fcddf62780fc40f0249a Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sat, 13 Feb 2021 13:31:51 +0100 Subject: [PATCH] . --- blag/markdown.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'):