Remove redundant printf() from testing.

pull/288/head
John Safranek 2020-09-29 08:54:23 -07:00
parent 82c69b9758
commit b44ba5b1e3
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 0 additions and 1 deletions

View File

@ -1494,7 +1494,6 @@ int wolfSSH_ReadKey_buffer(const byte* in, word32 inSz, int format,
if (ret == 0) {
*outType = (const byte*)IdToName(curveId);
*outTypeSz = (word32)WSTRLEN((const char*)*outType);
printf("%s\n", *outType);
}
else
return WS_BAD_FILE_E;