From 8178ea17fd4d873862631c3710df6f860ba2078a Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 4 Jan 2022 10:18:53 -0800 Subject: [PATCH] auto-t: iwd.py: remove unused members --- autotests/util/iwd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autotests/util/iwd.py b/autotests/util/iwd.py index 7f511187..34af1127 100755 --- a/autotests/util/iwd.py +++ b/autotests/util/iwd.py @@ -231,8 +231,6 @@ class StationDebug(IWDDBusAbstract): _iface_name = IWD_STATION_DEBUG_INTERFACE def __init__(self, *args, **kwargs): - self._debug_props = None - self._debug_iface = None self._last_event = None self._last_event_data = []