Skip to content
Snippets Groups Projects
Commit 8415c4ee authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

gnrc_icmpv6: Clean up redundant conditional debug statement

parent e5baef38
No related branches found
No related tags found
No related merge requests found
...@@ -50,13 +50,8 @@ gnrc_pktsnip_t *gnrc_icmpv6_echo_build(uint8_t type, uint16_t id, uint16_t seq, ...@@ -50,13 +50,8 @@ gnrc_pktsnip_t *gnrc_icmpv6_echo_build(uint8_t type, uint16_t id, uint16_t seq,
DEBUG(", payload:\n"); DEBUG(", payload:\n");
od_hex_dump(data, data_len, OD_WIDTH_DEFAULT); od_hex_dump(data, data_len, OD_WIDTH_DEFAULT);
#endif #endif
DEBUG("\n");
} }
#if ENABLE_DEBUG DEBUG("\n");
else {
DEBUG("\n");
}
#endif
return pkt; return pkt;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment