From: Jouni Malinen Date: Sun, 3 Feb 2019 23:22:45 +0000 (+0200) Subject: tests: Remove forgotten development time print X-Git-Tag: hostap_2_8~449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd86ea402ebcab3eee77b8a50bcb54fef1d1c220;p=thirdparty%2Fhostap.git tests: Remove forgotten development time print Signed-off-by: Jouni Malinen --- 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"])