Skip to content

Commit 108e18c

Browse files
AlexLanzanoCopilot
andauthored
Remove debug printf
Co-authored-by: Copilot <[email protected]>
1 parent 76aeedd commit 108e18c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)