Skip to content

Commit

Permalink
Remove ugly debug logs :-D
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed May 9, 2020
1 parent 6cb4a94 commit b1cbaf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,6 @@ func enhanceModelsWithFields(enums []*Enum, schema *ast.Schema, cfg *config.Conf
isNumberID := strings.Contains(golangName, "ID") && !isString
isPrimaryNumberID := isPrimaryID && !isString

if isNumberID || isPrimaryNumberID {
fmt.Println(isNumberID, isPrimaryNumberID, boilerField)
}

isPrimaryStringID := isPrimaryID && isString
// enable simpler code in resolvers

Expand Down

0 comments on commit b1cbaf2

Please sign in to comment.