]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Nov 2023 12:40:10 +0000 (13:40 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 16 Nov 2023 12:40:10 +0000 (13:40 +0100)
- duplicate line removed

fba/http/federation.py

index 2c50f107934317e747835524c366d2193c82fac4..50f66c37eb0ccea179e207a05010d11d213ed54c 100644 (file)
@@ -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)