From: Jouni Malinen Date: Sat, 7 Feb 2015 13:38:29 +0000 (+0200) Subject: tests: Remove forgotten debug print from grpform_pbc_overlap X-Git-Tag: hostap_2_4~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62bd5e44d61e7d093bee49297444ef70f3a7545;p=thirdparty%2Fhostap.git tests: Remove forgotten debug print from grpform_pbc_overlap Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_p2p_grpform.py b/tests/hwsim/test_p2p_grpform.py index b9e2a43a0..7173b27c5 100644 --- a/tests/hwsim/test_p2p_grpform.py +++ b/tests/hwsim/test_p2p_grpform.py @@ -693,7 +693,6 @@ def test_grpform_pbc_overlap(dev, apdev): if "OK" not in dev[1].global_request("P2P_CONNECT " + addr0 + " pbc go_intent=15 freq=2412"): raise Exception("Failed to initiate GO Neg") ev = dev[0].wait_global_event(["WPS-OVERLAP-DETECTED"], timeout=15) - print ev if ev is None: raise Exception("PBC overlap not reported")