From 2c00914d355850fd6f650ed39974cb26d155f953 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 24 Oct 2016 19:18:43 +0000 Subject: [PATCH] Remove debug. --- arp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arp.c b/arp.c index 02536caa..14364bd1 100644 --- a/arp.c +++ b/arp.c @@ -208,8 +208,6 @@ arp_open(struct interface *ifp) { struct iarp_state *state; -printf("ARP OPENED!!!\n"); - state = ARP_STATE(ifp); if (state->fd == -1) { state->fd = if_openraw(ifp, ETHERTYPE_ARP); -- 2.47.2