From c3bae4e53b4dc178240feb5e3d4a52edcc5a4a3a Mon Sep 17 00:00:00 2001 From: cdnninja Date: Mon, 20 Jan 2025 18:45:20 -0700 Subject: [PATCH] fix: reduce unneeded logging (#118) --- yoto_api/YotoMQTTClient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yoto_api/YotoMQTTClient.py b/yoto_api/YotoMQTTClient.py index f5d4f69..a7f3447 100644 --- a/yoto_api/YotoMQTTClient.py +++ b/yoto_api/YotoMQTTClient.py @@ -210,7 +210,6 @@ def _on_message(self, client, userdata, message): # _LOGGER.debug(f"{DOMAIN} - MQTT Retain: {message.retain}") callback = userdata[1] base, device, topic = message.topic.split("/") - _LOGGER.debug(f"{DOMAIN} - Message is for: {device}") player = players[device] if topic == "status": self._parse_status_message(