We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9639fa + e4a7041 commit d860d79Copy full SHA for d860d79
dnscrypt-proxy/query_processing.go
@@ -351,12 +351,6 @@ func updateMonitoringMetrics(
351
dlog.Debugf("Calling UpdateMetrics for query: %s", pluginsState.qName)
352
proxy.monitoringInstance.UpdateMetrics(*pluginsState, pluginsState.questionMsg)
353
} 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
360
if pluginsState.questionMsg == nil {
361
dlog.Debugf("Question message is nil")
362
}
0 commit comments