Closed kaplun closed 6 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.
refextract
print()
:+1: in #18 I just copied current practice within refextract
Fixed in #63.
Currently
refextract
is full ofprint()
statements, in order to inform about the current execution. Best practice would be instead to simply use the logging library.