Skip to content

Commit 42bb8f0

Browse files
committed
Remove meaningless log statement
1 parent 316f6f9 commit 42bb8f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/volvocarsapi/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ async def async_get_access_token(self) -> str:
300300
"""Get or refresh the access token."""
301301
operation = "token refresh"
302302
try:
303-
_LOGGER.debug("Request [%s]", operation)
304303
return await self._token_manager.async_get_access_token()
305304
except ClientResponseError as ex:
306305
_LOGGER.debug("Request [%s] error: %s", operation, ex.message)

0 commit comments

Comments
 (0)