mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Cleanup debug gdbus output (#1275)
This commit is contained in:
parent
21a9084ca0
commit
435a1096ed
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user