Skip to content

Commit

Permalink
Removed unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanurp committed Sep 21, 2023
1 parent 7f1065a commit 9f2dfce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipelines/services/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ func processValidatePipResourceResponse(resp []byte) error {
}
for k, v := range validationResponse {
if v.IsValid != nil && *v.IsValid {
fileName := color.Green.Sprintf("%s", k)
log.Error(fileName)
log.Info("Validation of pipeline resources completed successfully ")
msg := color.Green.Sprintf("Validation completed")
log.Info(msg)
Expand Down

0 comments on commit 9f2dfce

Please sign in to comment.