reduce logging

This commit is contained in:
Alfredo Monclus
2024-05-25 00:47:59 -03:00
parent bc822eebef
commit a19962fb02
4 changed files with 6 additions and 8 deletions

View File

@@ -214,7 +214,6 @@ class MoonrakerApi:
def object_subscription(self, updates):
logging.debug("Sending printer.objects.subscribe")
logging.debug(updates)
return self._ws.send_method(
"printer.objects.subscribe",
updates