From f35609677297c334e82a99762a4a4e492649810c Mon Sep 17 00:00:00 2001 From: B-Step62 Date: Mon, 3 Feb 2025 13:46:21 +0900 Subject: [PATCH] nit Signed-off-by: B-Step62 --- litellm/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litellm/utils.py b/litellm/utils.py index eff973dadf38..1ac06398935a 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -1083,10 +1083,8 @@ def wrapper(*args, **kwargs): # noqa: PLR0915 # LOG SUCCESS - handle streaming success logging in the _next_ object, remove `handle_success` once it's deprecated verbose_logger.info("Wrapper: Completed Call, calling success_handler") if litellm.sync_logging: - print("sync_logging") logging_obj.success_handler(result, start_time, end_time) else: - print("async_logging") executor.submit( logging_obj.success_handler, result,