Skip to content

Commit 108e18c

Browse files
AlexLanzanoCopilot
andauthored
Remove debug printf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 76aeedd commit 108e18c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wh_server_keystore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,6 @@ static int _HandleKeyUnwrapAndExportRequest(
11311131

11321132
/* Require explicit wrapped-key encoding */
11331133
if (wrappedKeyType != WH_KEYTYPE_WRAPPED) {
1134-
printf("wrappedKeyType %d\r\n", wrappedKeyType);
11351134
return WH_ERROR_ABORTED;
11361135
}
11371136

0 commit comments

Comments
 (0)