From ab0322e406294104adeb86c38216bce2576a730a Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 28 Sep 2021 13:18:09 -0400 Subject: [PATCH] remove debugging println --- internal/command/show_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/command/show_test.go b/internal/command/show_test.go index b70ce14c1..ea266d2cb 100644 --- a/internal/command/show_test.go +++ b/internal/command/show_test.go @@ -103,8 +103,6 @@ func TestShow_aliasedProvider(t *testing.T) { }, } - fmt.Println(os.Getwd()) - // the statefile created by testStateFile is named state.tfstate args := []string{"state.tfstate"} if code := c.Run(args); code != 0 {