From a0b3f8e2ffbefe5cca78c1a321ed1cedac04cbbb Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 7 Feb 2015 16:29:22 +0200 Subject: [PATCH] tests: Remove forgottend debug print from p2ps_connect_adv_go_persistent Signed-off-by: Jouni Malinen --- tests/hwsim/test_p2ps.py | 1 - 1 file changed, 1 deletion(-) 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")