Skip to content

Commit 7b1c596

Browse files
author
Juha Heiuskanen
committed
Removed trace print's
1 parent efb8393 commit 7b1c596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/6LoWPAN/adaptation_interface.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,7 @@ int8_t lowpan_adaptation_interface_tx(protocol_interface_info_entry_t *cur, buff
10221022
}
10231023

10241024
uint8_t traffic_class = buf->options.traffic_class >> IP_TCLASS_DSCP_SHIFT;
1025-
if (traffic_class) {
1026-
tr_debug("TC %u, prority update", traffic_class);
1027-
}
1025+
10281026
if (traffic_class == IP_DSCP_EF) {
10291027
buffer_priority_set(buf, QOS_EXPEDITE_FORWARD);
10301028
} else if (traffic_class == IP_DSCP_CS6) {

0 commit comments

Comments
 (0)