From: Jouni Malinen Date: Sat, 7 Feb 2015 14:29:22 +0000 (+0200) Subject: tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent X-Git-Tag: hostap_2_4~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b3f8e2ffbefe5cca78c1a321ed1cedac04cbbb;p=thirdparty%2Fhostap.git tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_p2ps.py b/tests/hwsim/test_p2ps.py index a44470677..9e8cd4257 100644 --- a/tests/hwsim/test_p2ps.py +++ b/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")