]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug.
authorRoy Marples <roy@marples.name>
Mon, 24 Oct 2016 19:18:43 +0000 (19:18 +0000)
committerRoy Marples <roy@marples.name>
Mon, 24 Oct 2016 19:18:43 +0000 (19:18 +0000)
arp.c

diff --git a/arp.c b/arp.c
index 02536caaa3a353515e2ba8cabe6b6fcdad93c5c4..14364bd1d63837da5385831fcd8efba8fad45277 100644 (file)
--- 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);