Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Feb 19, 2022
1 parent 598f872 commit 5be3435
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions convert_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,11 +950,6 @@ func getConvertConfig(enums []*Enum, model *Model, field *Field) (cc ConvertConf
boilType := field.BoilerField.Type

enum := findEnum(enums, field.TypeWithoutPointer)
if enum != nil { //nolint:nestif
fmt.Println(enum.Name, boilType, graphType)
} else {
}

if enum != nil { //nolint:nestif
cc.IsCustom = true
cc.ToBoiler = strings.TrimPrefix(
Expand Down

0 comments on commit 5be3435

Please sign in to comment.