]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent
authorJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 14:29:22 +0000 (16:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 14:29:22 +0000 (16:29 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2ps.py

index a44470677b55c4aae659f023e0970c6b41fc3dd3..9e8cd42571b72271f72fade0fa20a102e7355919 100644 (file)
@@ -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")