Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6aa441

Browse files
fsaminbnjjj
authored andcommitted
fix(api): remove verbose log (#3158)
1 parent 067465e commit b6aa441

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

engine/api/workflow/gorp_model.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"github.com/lib/pq"
88

99
"github.com/ovh/cds/engine/api/database/gorpmapping"
10-
"github.com/ovh/cds/sdk/log"
1110

1211
"github.com/ovh/cds/sdk"
1312
)
@@ -125,7 +124,6 @@ func (j *JobRun) ToJobRun(jr *sdk.WorkflowNodeJobRun) (err error) {
125124
if err != nil {
126125
return sdk.WrapError(err, "column header")
127126
}
128-
log.Info("ToJobRun> %d header=%v", j.ID, j.Header)
129127
return nil
130128
}
131129

@@ -180,7 +178,6 @@ func (j JobRun) WorkflowNodeRunJob() (sdk.WorkflowNodeJobRun, error) {
180178
})
181179
}
182180
}
183-
log.Info("WorkflowNodeRunJob> %d header=%v", jr.ID, jr.Header)
184181
return jr, nil
185182
}
186183

0 commit comments

Comments
 (0)