From c03694ae1ed519b35510cf572e178baa4dba2a78 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 19 Mar 2024 09:29:29 -0700 Subject: [PATCH] fix(proxy/utils.py): cleanup logging --- litellm/proxy/utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index cc41c8ec897..879caa49505 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -1865,9 +1865,6 @@ async def update_spend( team_list: 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 ### UPDATE USER TABLE ### if len(prisma_client.user_list_transactons.keys()) > 0: