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 <j@w1.fi>
This commit is contained in:
parent
8aba435b16
commit
24b3b32316
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue