chore: remove session_warmed info log from warmup

This commit is contained in:
nicolas 2026-05-25 22:49:38 -03:00
parent affe18cbac
commit e9727003d7
1 changed files with 1 additions and 1 deletions

View File

@ -452,6 +452,6 @@ class KuCoinAPI:
headers=headers,
) as resp:
await resp.read()
self._log.info("session_warmed", status=resp.status)
pass
except Exception as e:
self._log.warning("session_warmup_failed", error=str(e))