From: Roy Marples Date: Wed, 30 Apr 2014 14:14:03 +0000 (+0000) Subject: Remove debug X-Git-Tag: v6.4.0~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c68ed24a384a0f5fb2987d4017018123a6608a25;p=thirdparty%2Fdhcpcd.git Remove debug --- 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)