tests: Remove forgotten debug print from grpform_pbc_overlap
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
4fada1215d
commit
c62bd5e44d
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue