From fd86ea402ebcab3eee77b8a50bcb54fef1d1c220 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 4 Feb 2019 01:22:45 +0200 Subject: [PATCH] tests: Remove forgotten development time print Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_hs20.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py index 1d7b40b80..00a62e874 100644 --- a/tests/hwsim/test_ap_hs20.py +++ b/tests/hwsim/test_ap_hs20.py @@ -3365,7 +3365,6 @@ def test_ap_hs20_req_operator_icon(dev, apdev): if "hs20_operator_icon_metadata" not in bss: raise Exception("hs20_operator_icon_metadata missing from BSS entry") if bss["hs20_operator_icon_metadata"] != binascii.hexlify(value).decode(): - print(binascii.hexlify(value)) raise Exception("Unexpected hs20_operator_icon_metadata value: " + bss["hs20_operator_icon_metadata"])