mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Remove time logging in debug message (#645)
This commit is contained in:
		@@ -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}"
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user