issues
search
markmipt
/
biosaur2
Apache License 2.0
10
stars
4
forks
source link
Use logging; remove unused imports and variables
#1
Closed
levitsky
closed
2 years ago
levitsky
commented
2 years ago
This PR:
changes all print() calls to logging calls;
adds a simple logging setup for CLI operation;
adds a -debug option;
removes unused imports and variables from the code.
This PR: