Skip to content

Commit

Permalink
fixup: remove redundant debug msg [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Feb 10, 2016
1 parent ec8770d commit 819b0dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/ipv6/ext/gnrc_ipv6_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ bool gnrc_ipv6_ext_demux(kernel_pid_t iface, gnrc_pktsnip_t *pkt,
ext_snip = gnrc_pktbuf_mark(pkt, offset, GNRC_NETTYPE_IPV6);

if (ext_snip == NULL) {
DEBUG("ipv6: stop packet processing\n");
gnrc_pktbuf_release(pkt);
return false;
}
Expand Down

0 comments on commit 819b0dd

Please sign in to comment.