Skip to content

Commit

Permalink
remove test code (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaaaaaang authored Jun 5, 2024
1 parent cd22e72 commit 901a375
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/exec/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ func RunComponent(env *environment.Environment, tag, spec, binPath string, args
return err
}

fmt.Println("wtf")

if skip, ok := skipStartingMessages[component]; !skip || !ok {
colorstr.Fprintf(os.Stderr, "Starting component [bold]%s[reset]: %s\n", component, strings.Join(environment.HidePassword(c.Args), " "))
}
Expand Down

0 comments on commit 901a375

Please sign in to comment.