mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(proxy/utils.py): cleanup logging
This commit is contained in:
parent
c63259ebcd
commit
c03694ae1e
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue