removed debug on

pull/287/head
Anthony Hu 2022-02-02 18:18:03 -05:00
parent 11e4a4eea4
commit d14d47ecbe
1 changed files with 0 additions and 2 deletions

View File

@ -142,8 +142,6 @@ int main(int argc, char** argv)
/* Initialize wolfSSL */
wolfSSL_Init();
//wolfSSL_Debugging_ON();
/* Create a socket that uses an internet IPv4 address,
* Sets the socket to be stream based (TCP),
* 0 means choose the default protocol. */