Replace leftover prints with logging
In various places in the library, there were some print()s. These make it hard to control the output of the library externally, e.g. when supressing logging output for clean testing-logs. This commit attempts to replace all leftover print()s by logging calls.
Showing
Please register or sign in to comment