Skip to content

Commit 5532f4c

Browse files
committed
remove debugging println
1 parent 64f501a commit 5532f4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/command/show_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ func TestShow_aliasedProvider(t *testing.T) {
103103
},
104104
}
105105

106-
fmt.Println(os.Getwd())
107-
108106
// the statefile created by testStateFile is named state.tfstate
109107
args := []string{"state.tfstate"}
110108
if code := c.Run(args); code != 0 {

0 commit comments

Comments
 (0)