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 {