benjaminch / pricers

This library supports RTB development for Open RTB common price encryption in Golang.
GNU General Public License v3.0
8 stars 5 forks source link

remove logger dependency #12

Closed stokito closed 2 years ago

stokito commented 2 years ago

Hi, thank you for you lib. I trying to keep dependencies as small as possible but the lib uses some YetAnotherLogger. I don't feel like here it's needed at all. Is it possible to remove it?

stokito commented 2 years ago

I created a PR that removes it. For a users it should be enough just to have an error. Internal details are useful only for debug of the library itself

benjaminch commented 2 years ago

Hello !

Yes makes sense to me, let move forward ;)