From bd499ae1d44c89c6d8302b599ba3a555de17c3ff Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 5 Jan 2026 19:37:27 +0100 Subject: [PATCH] Remove print Signed-off-by: Pol Henarejos --- tests/pico-fido/test_022_discoverable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pico-fido/test_022_discoverable.py b/tests/pico-fido/test_022_discoverable.py index 92596de..2faa2ed 100644 --- a/tests/pico-fido/test_022_discoverable.py +++ b/tests/pico-fido/test_022_discoverable.py @@ -268,7 +268,6 @@ def test_returned_credential(device): ga_res = device.GA(allow_list=allow_list,options={'up':False})['res'] - print(ga_res) # No other credentials should be returned with pytest.raises(CtapError) as e: