fix(proxy/utils.py): cleanup logging

This commit is contained in:
Krrish Dholakia 2024-03-19 09:29:29 -07:00
parent c63259ebcd
commit c03694ae1e

View file

@ -1865,9 +1865,6 @@ async def update_spend(
team_list: list, team_list: list,
spend_logs: list, spend_logs: list,
""" """
verbose_proxy_logger.debug(
f"ENTERS UPDATE SPEND - len(prisma_client.user_list_transactons.keys()): {len(prisma_client.user_list_transactons.keys())}"
)
n_retry_times = 3 n_retry_times = 3
### UPDATE USER TABLE ### ### UPDATE USER TABLE ###
if len(prisma_client.user_list_transactons.keys()) > 0: if len(prisma_client.user_list_transactons.keys()) > 0: