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:
Daniele Scasciafratte 2025-06-28 06:33:11 +02:00 committed by GitHub
parent 0b95fb63cc
commit 24816fe470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: