Cleanup debug logging, keep orderBy param for repo.Find

This commit is contained in:
Christoph Kluge
2024-10-31 15:47:45 +01:00
parent 2c8b73e2e2
commit 939dd2320a
3 changed files with 8 additions and 15 deletions

View File

@@ -929,7 +929,7 @@ func (api *RestApi) stopJobByRequest(rw http.ResponseWriter, r *http.Request) {
return
}
log.Printf("loading db job for stopJobByRequest... : stopJobApiRequest=%v", req)
// log.Printf("loading db job for stopJobByRequest... : stopJobApiRequest=%v", req)
job, err = api.JobRepository.Find(req.JobId, req.Cluster, req.StartTime)
if err != nil {