Cleanup debug printf

This commit is contained in:
2026-02-19 17:42:45 +01:00
parent 705d70ddc0
commit f00f9fcee0

View File

@@ -113,8 +113,6 @@ func (api *RestAPI) updateNodeStates(rw http.ResponseWriter, r *http.Request) {
}
}
fmt.Printf("Result: %#v\n", healthResults)
cclog.Debugf("Timer updateNodeStates, MemStore HealthCheck: %s", time.Since(startMs))
startDB := time.Now()