CityOfZion / neo-python

Python Node and SDK for the NEO 2.x blockchain. For NEO 3.x go to our successor project neo-mamba
https://neo-python.readthedocs.io/en/latest/
MIT License
313 stars 189 forks source link

fix undesired debug statement printing #950

Closed jseagrave21 closed 5 years ago

jseagrave21 commented 5 years ago

What current issue(s) does this address, or what feature is it adding?

How did you solve this problem?

How did you make sure your solution works? manual testing

NOTE: I don't think I can add individual unittests for this issue because running make test displays every level of logger.

Are there any special changes in the code that we should be aware of? no

Please check the following, if applicable:

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.001%) to 85.052% when pulling 0893489162ed7cf35e78683b72b3f1d41bc4ed78 on jseagrave21:rm-logzero-2 into c95fec661eeb876e82ce014abf72056e95f955e0 on CityOfZion:development.

ixje commented 5 years ago

thanks!