Skip to content

Commit

Permalink
-) removed redudant debug log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 committed Feb 1, 2021
1 parent 6929d3d commit 3429bed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymyq/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ async def request(
or self._security_token[1] <= datetime.utcnow()
):
# Token has to be refreshed, get authentication task if running otherwise start a new one.
_LOGGER.debug(
f"Refreshing token, last refresh was {self._security_token[2]}"
)
if self._security_token[0] is None:
# Wait for authentication task to be completed.
_LOGGER.debug(
Expand Down

0 comments on commit 3429bed

Please sign in to comment.