Skip to content

Commit

Permalink
fix: reduce unneeded logging (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored Jan 21, 2025
1 parent a9db80c commit c3bae4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yoto_api/YotoMQTTClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c3bae4e

Please sign in to comment.