Parcourir la source

tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 10 ans
Parent
commit
a0b3f8e2ff
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      tests/hwsim/test_p2ps.py

+ 0 - 1
tests/hwsim/test_p2ps.py

@@ -892,7 +892,6 @@ def test_p2ps_connect_adv_go_persistent(dev):
     ev1 = dev[1].wait_global_event(["P2PS-PROV-DONE"], timeout=10)
     if ev1 is None:
         raise Exception("P2PS-PROV-DONE timeout on seeker side")
-    print ev1
 
     if "persist=" not in ev1:
         raise Exception("Seeker did not indicate persistent group")