Skip to content

Commit 3429bed

Browse files
committed
-) removed redudant debug log entry
1 parent 6929d3d commit 3429bed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymyq/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ async def request(
213213
or self._security_token[1] <= datetime.utcnow()
214214
):
215215
# Token has to be refreshed, get authentication task if running otherwise start a new one.
216-
_LOGGER.debug(
217-
f"Refreshing token, last refresh was {self._security_token[2]}"
218-
)
219216
if self._security_token[0] is None:
220217
# Wait for authentication task to be completed.
221218
_LOGGER.debug(

0 commit comments

Comments
 (0)