diff --git a/pkg/controller/studyjobcontroller/studyjob_controller.go b/pkg/controller/studyjobcontroller/studyjob_controller.go index 16487c587fd..f27eb83ac52 100644 --- a/pkg/controller/studyjobcontroller/studyjob_controller.go +++ b/pkg/controller/studyjobcontroller/studyjob_controller.go @@ -648,10 +648,10 @@ func (r *ReconcileStudyJobController) getSuggestion(c katibapi.ManagerClient, st } func (r *ReconcileStudyJobController) saveModel(c katibapi.ManagerClient, studyId string, trialId string, workerId string) error { ctx := context.Background() - getStudyreq := &katibapi.GetStudyRequest{ - StudyId: studyId, - } // Disable ModelDB + //getStudyreq := &katibapi.GetStudyRequest{ + // StudyId: studyId, + //} //getStudyReply, err := c.GetStudy(ctx, getStudyreq) //if err != nil { // return err