We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316f6f9 commit 42bb8f0Copy full SHA for 42bb8f0
src/volvocarsapi/api.py
@@ -300,7 +300,6 @@ async def async_get_access_token(self) -> str:
300
"""Get or refresh the access token."""
301
operation = "token refresh"
302
try:
303
- _LOGGER.debug("Request [%s]", operation)
304
return await self._token_manager.async_get_access_token()
305
except ClientResponseError as ex:
306
_LOGGER.debug("Request [%s] error: %s", operation, ex.message)
0 commit comments