Skip to content

Commit

Permalink
Remove print from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Aug 7, 2024
1 parent 48a39f3 commit a294a5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gen/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,6 @@ func parseProfileParcelAttribute(attr *YamlConfigAttribute, model gjson.Result,
attr.TfName = SnakeCase(attr.ModelName)
}

if attr.AlwaysIncludeParent {
fmt.Println(path)
}

if r.Get("type").String() == "object" || !r.Get("type").Exists() {
noGlobal := false

Expand Down

0 comments on commit a294a5b

Please sign in to comment.