mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-14 05:20:21 +00:00
Cleanup debug gdbus output (#1275)
This commit is contained in:
@@ -90,7 +90,6 @@ class DBus:
|
|||||||
raise DBusParseError() from None
|
raise DBusParseError() from None
|
||||||
|
|
||||||
# Read available methods
|
# Read available methods
|
||||||
_LOGGER.debug("Introspect XML: %s", data)
|
|
||||||
for interface in xml.findall("./interface"):
|
for interface in xml.findall("./interface"):
|
||||||
interface_name = interface.get("name")
|
interface_name = interface.get("name")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user