From: Roland Häder Date: Thu, 16 Nov 2023 12:40:10 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ac1273694a244f6aca6dcbcd9cb28276fdc64c2;p=fba.git Continued: - duplicate line removed --- diff --git a/fba/http/federation.py b/fba/http/federation.py index 2c50f10..50f66c3 100644 --- a/fba/http/federation.py +++ b/fba/http/federation.py @@ -262,7 +262,6 @@ def fetch_generator_from_path(domain: str, path: str = "/") -> str: elif path == "": raise ValueError("Parameter 'path' is empty") - logger.debug("domain='%s',path='%s' - CALLED!", domain, path) software = None logger.debug("Fetching path='%s' from domain='%s' ...", path, domain)