]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove forgotten development time print
authorJouni Malinen <j@w1.fi>
Sun, 3 Feb 2019 23:22:45 +0000 (01:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:34 +0000 (12:26 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_hs20.py

index 1d7b40b805383a94c51608124f8a0cdbdf4740d6..00a62e8743721761c08277e7d52980ba73f0165c 100644 (file)
@@ -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"])