diff --git a/src/utils/ubus.c b/src/utils/ubus.c index 040ca87..6918cc8 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -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; } \ No newline at end of file