mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-02-03 02:27:06 +00:00
Remove time logging in debug message (#645)
This commit is contained in:
parent
c3329155c8
commit
bedf05ce3b
@ -315,7 +315,7 @@ class KlapTransport(BaseTransport):
|
||||
)
|
||||
|
||||
msg = (
|
||||
f"at {datetime.datetime.now()}. Host is {self._host}, "
|
||||
f"Host is {self._host}, "
|
||||
+ f"Sequence is {seq}, "
|
||||
+ f"Response status is {response_status}, Request was {request}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user