mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Remove duplicated entry in logs on key cache update (#12032)
As per title and you can see the code is a duplicate
This commit is contained in:
parent
0b95fb63cc
commit
24816fe470
1 changed files with 0 additions and 3 deletions
|
|
@ -1053,9 +1053,6 @@ async def update_cache( # noqa: PLR0915
|
|||
verbose_proxy_logger.debug(
|
||||
f"_update_key_cache: existing_spend_obj={existing_spend_obj}"
|
||||
)
|
||||
verbose_proxy_logger.debug(
|
||||
f"_update_key_cache: existing spend: {existing_spend_obj}"
|
||||
)
|
||||
if existing_spend_obj is None:
|
||||
return
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue