Skip to content

Commit

Permalink
task: Remove fmt.Printf
Browse files Browse the repository at this point in the history
  • Loading branch information
tonobo committed Mar 28, 2019
1 parent 748da0a commit c4c4e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion task.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func (e *Executor) RunTask(ctx context.Context, call taskfile.Call) error {
}

for i := range t.Cmds {
fmt.Printf("%#v\n", t)
if err := e.runCommand(ctx, t, call, i); err != nil {
if err2 := e.statusOnError(t); err2 != nil {
e.Logger.VerboseErrf("task: error cleaning status on error: %v", err2)
Expand Down

0 comments on commit c4c4e87

Please sign in to comment.