Open cpehle opened 6 years ago
There are a few spurious print statements in the library code, which ideally should be converted into log output, one example is
https://github.com/HumanBrainProject/hbp-neuromorphic-client/blob/97ded6391f93be3decb4dcedcbc30c71ddb07b8c/nmpi/nmpi_user.py#L385
The library is really intended to be used interactively in a Jupyter notebook, so the print statements are not spurious in this context.
I agree though it would be a good idea to have an easy way to turn them off.
There are a few spurious print statements in the library code, which ideally should be converted into log output, one example is
https://github.com/HumanBrainProject/hbp-neuromorphic-client/blob/97ded6391f93be3decb4dcedcbc30c71ddb07b8c/nmpi/nmpi_user.py#L385