mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove prints
This commit is contained in:
parent
3fc9dc41d7
commit
14c992118f
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ int send_string(char *msg) {
|
|||
int send_string_enc(char *msg) {
|
||||
pthread_mutex_lock(&send_mutex);
|
||||
|
||||
printf("Sending string: %s\n", msg);
|
||||
//printf("Sending string: %s\n", msg);
|
||||
|
||||
|
||||
size_t msglen = strlen(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue