Skip to content

Commit

Permalink
Merge pull request #29 from tomachalek/debug_msg_remove
Browse files Browse the repository at this point in the history
Remove debug message
  • Loading branch information
tomachalek authored Jan 1, 2020
2 parents 2420b59 + 664dfaf commit edf0969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ type structAttrs struct {

func (sa *structAttrs) Begin(v *Structure) error {
_, ok := sa.elms[v.Name]
fmt.Println("OK ? ", ok)
if ok {
return fmt.Errorf("Recursive structures not supported (element %s)", v.Name)
}
Expand Down

0 comments on commit edf0969

Please sign in to comment.