Cleanup debug gdbus output (#1275)

This commit is contained in:
Pascal Vizeli 2019-09-02 15:08:26 +02:00 committed by GitHub
parent 21a9084ca0
commit 435a1096ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")