From 13ca11819eec596b11b19666c3174c130978e984 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Wed, 26 Apr 2023 16:04:29 +0200 Subject: [PATCH] PKCS11: meta_objects: Remove debug message --- pkcs11/tests/meta_object_test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkcs11/tests/meta_object_test.c b/pkcs11/tests/meta_object_test.c index 44090363..c38a9b49 100644 --- a/pkcs11/tests/meta_object_test.c +++ b/pkcs11/tests/meta_object_test.c @@ -407,9 +407,6 @@ static void import_authkey(yh_session *device_session, uint16_t keyid, &capabilities, &capabilities, (CK_UTF8CHAR_PTR) password, strlen(password)); - printf("yh_util_import_authentication_key_derived returned: %d " - " keyid: 0x%x\n", - yrc, keyid); assert(yrc == YHR_SUCCESS); }