highing666 3 anni fa
parent
commit
d6b0c0be37
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      app/services/transfer.py

+ 0 - 2
app/services/transfer.py

@@ -191,9 +191,7 @@ class SpaceInfoService(Service):
             "type": form,
             "flag": flag,
         }
-        start = time.perf_counter()
         httpx.post(url, params=params, json=target_value)
-        logger.debug(time.perf_counter() - start)
         # await self._post(url, params=params, payload=target_value)
 
     async def set_temporary_custom(self) -> None: