tests: Remove forgotten debug print from grpform_pbc_overlap
authorJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 13:38:29 +0000 (15:38 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 13:38:29 +0000 (15:38 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p_grpform.py

index b9e2a43..7173b27 100644 (file)
@@ -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")