From: Roy Marples Date: Mon, 24 Oct 2016 19:18:43 +0000 (+0000) Subject: Remove debug. X-Git-Tag: v7.0.0-beta1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c00914d355850fd6f650ed39974cb26d155f953;p=thirdparty%2Fdhcpcd.git Remove debug. --- 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);