From c68ed24a384a0f5fb2987d4017018123a6608a25 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 30 Apr 2014 14:14:03 +0000 Subject: [PATCH] Remove debug --- dhcpcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dhcpcd.c b/dhcpcd.c index 8d2ed326..2927dfc0 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -350,7 +350,6 @@ configure_interface1(struct interface *ifp) ifp->ctx->options & DHCPCD_IPV6RA_OWN ? 1 : 0); ra_iface = if_checkipv6(ifp->ctx, ifp->name, ifp->options->options & DHCPCD_IPV6RA_OWN ? 1 : 0); - printf ("ra global %d ifp %d\n", ra_global, ra_iface); if (ra_global == -1 || ra_iface == -1) ifo->options &= ~DHCPCD_IPV6RS; else if (ra_iface == 0) -- 2.47.3