]> git.mxchange.org Git - fba.git/commitdiff
Continued: master
authorRoland Häder <roland@mxchange.org>
Thu, 19 Sep 2024 21:50:20 +0000 (23:50 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 19 Sep 2024 21:50:20 +0000 (23:50 +0200)
- removed obsolete code

fba/http/federation.py

index b0fc359fefc8c2422804c7f85e27e2f6d33ccf1d..66145a319d764b35b815b2f3e09ae96d1bb2f8c9 100644 (file)
@@ -269,9 +269,6 @@ def fetch_peers(domain: str, software: str, origin: str) -> list:
 
         logger.debug("peers()=%d", len(peers))
         if len(peers) > 0:
-            logger.debug("Querying API path='%s' was successful: domain='%s',data[json][%s]()=%d", path, domain, type(data['json']), len(data['json']))
-            peers = data["json"]
-
             logger.debug("Marking domain='%s' as successfully handled ...", domain)
             instances.set_success(domain)
             break