From 7d1968b08699ee3794e38badb82ca997f3aa505b Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 5 Oct 2022 15:46:30 -0700 Subject: [PATCH] auto-t: remove old debug print from wpas.py --- autotests/util/wpas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autotests/util/wpas.py b/autotests/util/wpas.py index c1a12b62..442f0dce 100644 --- a/autotests/util/wpas.py +++ b/autotests/util/wpas.py @@ -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: