Explorar el Código

delete some logs

highing666 hace 3 años
padre
commit
d6b0c0be37
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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: