changeset 3669:077b93d81cde draft

Remove mistakenly added debug.
author Roy Marples <roy@marples.name>
date Thu, 16 Jun 2016 08:28:34 +0000
parents 9bf2f3f46a08
children 123edecbb801
files dhcp.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dhcp.c	Tue Jun 14 21:54:24 2016 +0000
+++ b/dhcp.c	Thu Jun 16 08:28:34 2016 +0000
@@ -2508,8 +2508,6 @@
 		eloop_timeout_add_sec(ifp->ctx->eloop,
 		    ifo->reboot, ipv4ll_start, ifp);
 
-	logger(ifp->ctx, LOG_INFO, "DEBUG %llu %d\n", ifo->options & DHCPCD_LASTLEASE,
-	    state->lease.frominfo);
 	if (ifo->options & DHCPCD_LASTLEASE && state->lease.frominfo)
 		eloop_timeout_add_sec(ifp->ctx->eloop,
 		    ifo->reboot, dhcp_lastlease, ifp);