diff --git a/api/jobs/job_controller.go b/api/jobs/job_controller.go index 3c6edd65..64a6d8b8 100644 --- a/api/jobs/job_controller.go +++ b/api/jobs/job_controller.go @@ -270,7 +270,6 @@ func RerunApplicationJob(accounts models.Accounts, w http.ResponseWriter, r *htt // description: "Not found" appName := mux.Vars(r)["appName"] jobName := mux.Vars(r)["jobName"] - log.Infof("Rerun the pipeline job %s in the application %s", jobName, appName) handler := Init(accounts, deployments.Init(accounts)) err := handler.RerunJob(r.Context(), appName, jobName)