Skip to content

Commit

Permalink
fix: remove duplicated print/stdout (#703)
Browse files Browse the repository at this point in the history
Signed-off-by: João Vanzuita <joao@kubeshop.io>

Signed-off-by: João Vanzuita <joao@kubeshop.io>
  • Loading branch information
João Paulo Vanzuita authored Nov 10, 2022
1 parent fcd1bab commit 30a9b64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/destroy.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var destroyCmd = &cobra.Command{
}

log.Println("terraform base destruction complete")
fmt.Println("End of execution destroy")
time.Sleep(time.Millisecond * 100)

return nil
Expand Down

0 comments on commit 30a9b64

Please sign in to comment.