summaryrefslogtreecommitdiff
path: root/nuttx/net/net-arptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net-arptimer.c')
-rw-r--r--nuttx/net/net-arptimer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/net/net-arptimer.c b/nuttx/net/net-arptimer.c
index a83406905..bbb4ef6cb 100644
--- a/nuttx/net/net-arptimer.c
+++ b/nuttx/net/net-arptimer.c
@@ -87,8 +87,6 @@ static WDOG_ID g_arptimer; /* ARP timer */
static void arptimer_poll(int argc, uint32 arg, ...)
{
- dbg("ARP timer expiration\n");
-
/* Call the ARP timer function every 10 seconds. */
uip_arp_timer();