changeset 5529:16610f4104a4 draft

Remove debug from prior
author Roy Marples <roy@marples.name>
date Fri, 30 Oct 2020 16:13:49 +0000
parents 274d31419935
children 226b850d158d
files src/dhcp.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/dhcp.c	Fri Oct 30 16:11:44 2020 +0000
+++ b/src/dhcp.c	Fri Oct 30 16:13:49 2020 +0000
@@ -1778,9 +1778,6 @@
 	else
 		to.s_addr = INADDR_BROADCAST;
 
-	logdebugx("from %s", inet_ntoa(from));
-	logdebugx("to   %s", inet_ntoa(to));
-
 	/*
 	 * If not listening on the unspecified address we can
 	 * only receive broadcast messages via BPF.