Remove request forwarding measurement from log

This commit is contained in:
Ferdinand Holzer 2019-05-28 22:42:22 +02:00 committed by Frank Denis
parent 578c090890
commit af096f8488
4 changed files with 5 additions and 13 deletions

View file

@ -73,7 +73,6 @@ type PluginsState struct {
questionMsg *dns.Msg
requestStart time.Time
requestEnd time.Time
forwardDuration time.Duration
returnCode PluginsReturnCode
}