Skip to content

Commit

Permalink
PKCS11: meta_objects: Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 25, 2023
1 parent ebef543 commit 13ca118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkcs11/tests/meta_object_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 13ca118

Please sign in to comment.