removed printf causing warning when compiling with clang

pull/1/head
Kaleb Himes 2014-07-01 12:42:56 -06:00
parent c8ca90f7ac
commit aefe757308
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ int AwaitDGram(CYASSL_CTX* ctx)
printf("Connected!\n");
pthread_t threadid;
printf("new id %d created.\n",(int) threadid);
/* SPIN A THREAD HERE TO HANDLE "buff" and "reply/ack" */
pthread_create(&threadid, NULL, ThreadControl, args);
printf("control passed to thread control.\n");