Skip to content

Commit 0e9ead2

Browse files
author
Arto Kinnunen
authored
Remove excess tracing (ARMmbed#1927)
1 parent ae210cd commit 0e9ead2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/6LoWPAN/Thread/thread_management_server.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
#ifdef HAVE_THREAD
7474

75-
#define TRACE_DEEP
75+
//#define TRACE_DEEP
7676
#ifdef TRACE_DEEP
7777
#define tr_deep tr_debug
7878
#else
@@ -1127,8 +1127,6 @@ static int coap_msg_prevalidate_cb(int8_t local_interface_id, uint8_t local_addr
11271127

11281128
cur_local = protocol_stack_interface_info_get_by_id(local_interface_id);
11291129

1130-
tr_debug("coap_msg_prevalidate_cb %s to %s from %s to port %d", coap_uri, trace_ipv6(local_address), trace_ipv6(source_address), local_port);
1131-
11321130
if (!cur_local) {
11331131
tr_error("No interface for %d", local_interface_id);
11341132
return -1;

0 commit comments

Comments
 (0)