mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove debug msgs
This commit is contained in:
parent
377d0815e9
commit
7cbc5c98e0
1 changed files with 0 additions and 3 deletions
|
@ -622,7 +622,6 @@ int ubus_call_umdns() {
|
|||
}
|
||||
|
||||
int ubus_send_probe_via_network(struct probe_entry_s probe_entry) {
|
||||
printf("Try to send new probe!!!\n");
|
||||
|
||||
static struct blob_buf b;
|
||||
|
||||
|
@ -640,7 +639,5 @@ int ubus_send_probe_via_network(struct probe_entry_s probe_entry) {
|
|||
str = blobmsg_format_json(b.head, 1);
|
||||
send_string_enc(str);
|
||||
|
||||
printf("SENDING NEW PROBE!!!: %s\n", str);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue