diff --git a/command/build/command.go b/command/build/command.go index 32f845625..b775d55e0 100644 --- a/command/build/command.go +++ b/command/build/command.go @@ -87,8 +87,6 @@ func (Command) Run(env packer.Environment, args []string) int { } wg.Wait() - - env.Ui().Say("YAY!\n") return 0 }