auto-t: remove old debug print from wpas.py

This commit is contained in:
James Prestwood 2022-10-05 15:46:30 -07:00 committed by Denis Kenzior
parent 1f044b8f45
commit 7d1968b086
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Wpas:
def _check_event(self, event):
if not event and len(self._rx_data) >= 1:
print("returning %s" % self._rx_data[0])
return self._rx_data[0]
for e in self._rx_data: