diff --git a/wolfcrypt/src/random.c b/wolfcrypt/src/random.c index 1dac54f31..5e7d3b59d 100644 --- a/wolfcrypt/src/random.c +++ b/wolfcrypt/src/random.c @@ -1404,7 +1404,6 @@ int wc_InitNetRandom(const char* configFile, wnr_hmac_key hmac_cb, int timeout) /* create/init polling mechanism */ if (wnr_poll_create() != WNR_ERROR_NONE) { - fprintf(stderr, "ERROR: wnr_poll_create() failed\n"); WOLFSSL_MSG("Error initializing netRandom polling mechanism"); wnr_destroy(wnr_ctx); wnr_ctx = NULL;