From b33075b8794ac3bc348cdd813be1537cf9555abd Mon Sep 17 00:00:00 2001 From: Robert Lin Date: Sat, 30 Jun 2018 15:26:04 -0700 Subject: [PATCH] Remove debug log --- cmd/deploy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/deploy.go b/cmd/deploy.go index e0cdc617..1c557057 100644 --- a/cmd/deploy.go +++ b/cmd/deploy.go @@ -48,8 +48,6 @@ func init() { ) } - fmt.Print(config) - // Make a new command for each remote with all associated // deployment commands. for _, remote := range config.Remotes {