inspirehep / refextract

Extract bibliographic references from (High-Energy Physics) articles.
GNU General Public License v2.0
131 stars 31 forks source link

Use logging library #19

Closed kaplun closed 6 years ago

kaplun commented 7 years ago

Currently refextract is full of print() statements, in order to inform about the current execution. Best practice would be instead to simply use the logging library.

michamos commented 7 years ago

:+1: in #18 I just copied current practice within refextract

michamos commented 6 years ago

Fixed in #63.