From: Alan T. DeKok Date: Wed, 30 Nov 2022 12:20:39 +0000 (-0500) Subject: remove useless debug message X-Git-Tag: release_3_2_2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cecd0502fcfd3394205bdb726a2d64176934888;p=thirdparty%2Ffreeradius-server.git remove useless debug message --- diff --git a/src/modules/proto_dhcp/dhcpd.c b/src/modules/proto_dhcp/dhcpd.c index 4cafd5624c..bc51c36d84 100644 --- a/src/modules/proto_dhcp/dhcpd.c +++ b/src/modules/proto_dhcp/dhcpd.c @@ -843,7 +843,6 @@ static int dhcp_socket_send(rad_listen_t *listener, REQUEST *request) static int dhcp_socket_encode(UNUSED rad_listen_t *listener, UNUSED REQUEST *request) { - DEBUG2("NO ENCODE!"); return 0; }