francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

Log output when decoding interface #82

Closed jhaynie closed 5 years ago

jhaynie commented 5 years ago

Log goes to console when you decode an interface.

https://github.com/francoispqt/gojay/blob/master/decode_interface.go#L34 https://github.com/francoispqt/gojay/blob/master/decode_interface.go#L46

Would be good to remove these.

francoispqt commented 5 years ago

Sure. Removing right now.