remove handler log line

This commit is contained in:
Alex
2025-02-07 01:50:24 -05:00
committed by Cuong Manh Le
parent 1d207379cb
commit 375844ff1a

View File

@@ -99,7 +99,6 @@ func (p *prog) serveDNS(mainCtx context.Context, listenerNum string) error {
}
handler := dns.HandlerFunc(func(w dns.ResponseWriter, m *dns.Msg) {
mainLog.Load().Debug().Msgf("serveDNS handler called")
p.sema.acquire()
defer p.sema.release()
if len(m.Question) == 0 {