# HG changeset patch # User Roy Marples # Date 1604074429 0 # Node ID 16610f4104a4a7e6820567982570f0eab45065cf # Parent 274d31419935bd51f73167fa6c7d5d4179b47244 Remove debug from prior diff -r 274d31419935 -r 16610f4104a4 src/dhcp.c --- 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.