From 7cbc5c98e0886a772189f9e2e748934fff655eca Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Mon, 23 Oct 2017 18:12:59 +0200 Subject: [PATCH] remove debug msgs --- src/utils/ubus.c | 3 --- 1 file changed, 3 deletions(-) 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