Skip to content

Commit

Permalink
Reverted debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Dec 2, 2021
1 parent 5b7c0a5 commit 27b388a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ykpiv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,6 @@ ykpiv_rc _ykpiv_save_object(
}
*dataptr++ = 0x53;
dataptr += _ykpiv_set_length(dataptr, len);
fprintf(stderr, "_ykpiv_save_object(%zu) overhead is %zu\n", len, dataptr-data);
if(dataptr + len > data + sizeof(data)) {
return YKPIV_SIZE_ERROR;
}
Expand Down

0 comments on commit 27b388a

Please sign in to comment.