Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
davidschlachter committed Nov 1, 2021
1 parent eb1bf98 commit 1babdd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser.go
Expand Up @@ -121,7 +121,6 @@ func parseMap(s string) ([]string, bool) {
return r == '[' || r == ']'
})
for _, f := range mapFields {
fmt.Println(f)
if !types[f] {
structs = append(structs, cleanPointers(f))
}
Expand Down

0 comments on commit 1babdd3

Please sign in to comment.