Skip to content

Commit

Permalink
Removed trace print's
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Heiuskanen committed Nov 25, 2020
1 parent efb8393 commit 7b1c596
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/6LoWPAN/adaptation_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,9 +1022,7 @@ int8_t lowpan_adaptation_interface_tx(protocol_interface_info_entry_t *cur, buff
}

uint8_t traffic_class = buf->options.traffic_class >> IP_TCLASS_DSCP_SHIFT;
if (traffic_class) {
tr_debug("TC %u, prority update", traffic_class);
}

if (traffic_class == IP_DSCP_EF) {
buffer_priority_set(buf, QOS_EXPEDITE_FORWARD);
} else if (traffic_class == IP_DSCP_CS6) {
Expand Down

0 comments on commit 7b1c596

Please sign in to comment.