Remove print

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-01-05 19:37:27 +01:00
parent 5fc84d7097
commit bd499ae1d4

View File

@@ -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: