mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove debug msg
This commit is contained in:
parent
11c807638a
commit
d13acd3b53
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static void client_read_cb(struct ustream *s, int bytes) {
|
|||
if (!str)
|
||||
break;
|
||||
|
||||
printf("RECEIVED String: %s\n", str);
|
||||
//printf("RECEIVED String: %s\n", str);
|
||||
handle_network_msg(str);
|
||||
ustream_consume(s, len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue