From 64ea06d5426aefe5db98d399b5d7e0ad37c0e421 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 21 May 2013 15:48:42 -0700 Subject: [PATCH] command/build; Remove end UI stuff --- command/build/command.go | 2 -- 1 file changed, 2 deletions(-) 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 }