Skip to content

Commit

Permalink
fix(api): remove verbose log (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamin authored and bnjjj committed Aug 7, 2018
1 parent 067465e commit b6aa441
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/api/workflow/gorp_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/lib/pq"

"github.com/ovh/cds/engine/api/database/gorpmapping"
"github.com/ovh/cds/sdk/log"

"github.com/ovh/cds/sdk"
)
Expand Down Expand Up @@ -125,7 +124,6 @@ func (j *JobRun) ToJobRun(jr *sdk.WorkflowNodeJobRun) (err error) {
if err != nil {
return sdk.WrapError(err, "column header")
}
log.Info("ToJobRun> %d header=%v", j.ID, j.Header)
return nil
}

Expand Down Expand Up @@ -180,7 +178,6 @@ func (j JobRun) WorkflowNodeRunJob() (sdk.WorkflowNodeJobRun, error) {
})
}
}
log.Info("WorkflowNodeRunJob> %d header=%v", jr.ID, jr.Header)
return jr, nil
}

Expand Down

0 comments on commit b6aa441

Please sign in to comment.