remove debugging println

This commit is contained in:
James Bardin 2021-09-28 13:18:09 -04:00
parent c2e0d265cf
commit ab0322e406
1 changed files with 0 additions and 2 deletions

View File

@ -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 {