]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove debug print from ap_wpa2_psk_incorrect_passphrase
authorJouni Malinen <j@w1.fi>
Sun, 22 Mar 2015 18:35:06 +0000 (20:35 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Mar 2015 18:36:01 +0000 (20:36 +0200)
This development time debug print was forgotten into the test script.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_psk.py

index 25ad4a070cb428ed30def575ba82981ef85863d5..3fdc0da36814f551bf3c3469940c70640e542728 100644 (file)
@@ -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