mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 01:56:34 +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
|
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")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user