Browse Source

tests: Remove forgotten debug print from grpform_pbc_overlap

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
c62bd5e44d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/hwsim/test_p2p_grpform.py

+ 0 - 1
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")