Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <[email protected]>
  • Loading branch information
B-Step62 committed Feb 3, 2025
1 parent 482180c commit f356096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litellm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f356096

Please sign in to comment.