From 435a1096edfa39ac05b47ba8183f363a64f56e4c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 2 Sep 2019 15:08:26 +0200 Subject: [PATCH] Cleanup debug gdbus output (#1275) --- hassio/utils/gdbus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hassio/utils/gdbus.py b/hassio/utils/gdbus.py index 22b2283eb..617fa3c83 100644 --- a/hassio/utils/gdbus.py +++ b/hassio/utils/gdbus.py @@ -90,7 +90,6 @@ class DBus: raise DBusParseError() from None # Read available methods - _LOGGER.debug("Introspect XML: %s", data) for interface in xml.findall("./interface"): interface_name = interface.get("name")