Skip to content

Commit e4a7041

Browse files
committed
Reduce flood debug messages that have been clearified at startup
1 parent e32fd47 commit e4a7041

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dnscrypt-proxy/query_processing.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,6 @@ func updateMonitoringMetrics(
351351
dlog.Debugf("Calling UpdateMetrics for query: %s", pluginsState.qName)
352352
proxy.monitoringInstance.UpdateMetrics(*pluginsState, pluginsState.questionMsg)
353353
} else {
354-
if !proxy.monitoringUI.Enabled {
355-
dlog.Debugf("Monitoring UI not enabled")
356-
}
357-
if proxy.monitoringInstance == nil {
358-
dlog.Debugf("Monitoring instance is nil")
359-
}
360354
if pluginsState.questionMsg == nil {
361355
dlog.Debugf("Question message is nil")
362356
}

0 commit comments

Comments
 (0)