grambank / pygrambank

Apache License 2.0
4 stars 1 forks source link

Replace `logging` call with `print()`. #97

Closed johenglisch closed 1 year ago

johenglisch commented 2 years ago

This is the only place in the entire package where we use logging instead of print() for logging. It is also the only place in this package that prints to stderr instead of stdout which means these messages don't always show up where they're supposed to…

I'd opt following for the path of least resistance and just go full print().

EDIT: typo EDIT 2: fixed the wrong thing wrongly (<_<)"