mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc_icmpv6: Clean up redundant conditional debug statement
This commit is contained in:
parent
e5baef3810
commit
8415c4eebc
@ -50,13 +50,8 @@ gnrc_pktsnip_t *gnrc_icmpv6_echo_build(uint8_t type, uint16_t id, uint16_t seq,
|
||||
DEBUG(", payload:\n");
|
||||
od_hex_dump(data, data_len, OD_WIDTH_DEFAULT);
|
||||
#endif
|
||||
DEBUG("\n");
|
||||
}
|
||||
#if ENABLE_DEBUG
|
||||
else {
|
||||
DEBUG("\n");
|
||||
}
|
||||
#endif
|
||||
DEBUG("\n");
|
||||
|
||||
return pkt;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user