Skip to content

Commit d860d79

Browse files
authored
Merge pull request #2962 from lifenjoiner/debug
2 parents b9639fa + e4a7041 commit d860d79

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)