remove debug msgs

This commit is contained in:
PolynomialDivision 2017-10-23 18:12:59 +02:00
parent 377d0815e9
commit 7cbc5c98e0

View file

@ -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;
}