From: Jouni Malinen Date: Sun, 22 Mar 2015 18:35:06 +0000 (+0200) Subject: tests: Remove debug print from ap_wpa2_psk_incorrect_passphrase X-Git-Tag: hostap_2_5~937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b3b3231674bd35ce2dad4abe4ca21bc8dab64c;p=thirdparty%2Fhostap.git tests: Remove debug print from ap_wpa2_psk_incorrect_passphrase This development time debug print was forgotten into the test script. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_psk.py b/tests/hwsim/test_ap_psk.py index 25ad4a070..3fdc0da36 100644 --- a/tests/hwsim/test_ap_psk.py +++ b/tests/hwsim/test_ap_psk.py @@ -1873,4 +1873,3 @@ def test_ap_wpa2_psk_incorrect_passphrase(dev, apdev): ev = hapd.wait_event(["AP-STA-POSSIBLE-PSK-MISMATCH"], timeout=10) if ev is None: raise Exception("No AP-STA-POSSIBLE-PSK-MISMATCH reported") - print ev