From 361dc3a02bc580a1b73a2f9e9c7fc882a97c04b0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Aug 2024 10:19:44 -1000 Subject: [PATCH] one more place --- aioesphomeapi/connection.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aioesphomeapi/connection.py b/aioesphomeapi/connection.py index ff9d589..5183976 100644 --- a/aioesphomeapi/connection.py +++ b/aioesphomeapi/connection.py @@ -906,10 +906,7 @@ class APIConnection: if debug_enabled: _LOGGER.debug( - "%s: Got message of type %s: %s", - self.log_name, - msg_type.__name__, - msg, + "%s: Got message of type %s", self.log_name, msg_type.__name__ ) if self._pong_timer is not None: