Skip to content

Commit

Permalink
chore: remove log for success execution
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeguo committed Aug 22, 2024
1 parent 2292998 commit 81a4691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/mexec/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func (m *manager) Execute(opts ExecuteOptions) (err error) {

if checkSuccessCode(opts.SuccessCodes, code) {
err = nil
opts.Logger.Printf("minit: %s: exit code %d is in success_codes", opts.Name, code)
return
}

Expand Down

0 comments on commit 81a4691

Please sign in to comment.