Removed some debug printfs

FossilOrigin-Name: 9a376328c24701cf294f90b0fb1bc10c445292935a3ad0230ffea97db7c62f47
This commit is contained in:
7u83@mail.ru 2014-07-29 05:50:06 +00:00
parent aa57728b43
commit 2a7587cdc1
1 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,8 @@ static void wtpman_run(void *arg)
wtpman_remove(wtpman);
return;
}
printf("DTLS Done\n");
#endif
// const struct sockaddr *sa, char *s, size_t maxlen
@ -273,7 +275,6 @@ struct wtpman * wtpman_create(int socklistindex,struct sockaddr * srcaddr)
void wtpman_addpacket(struct wtpman * wtpman,uint8_t *packet,int len)
{
printf("wtpman add packet (con q))}n");
conn_q_add_packet(wtpman->conn,packet,len);
}