Remove redundant debug log in apple_music.py

This commit is contained in:
Rafael Moraes
2026-04-14 07:49:00 -03:00
parent 27630b5657
commit 102dce2b75
-1
View File
@@ -492,7 +492,6 @@ class AppleMusicApi:
log = logger.bind(
action="extend_api_data", next_uri=next_uri, href_uri=href_uri
)
log.debug("Extending API data")
if not next_uri:
log.debug("No next URI provided, skipping extension")