labjack / LabJackPython

The official Python modules and classes for interacting with the LabJack U3, U6, UE9 and U12
https://labjack.com/support/software/examples/ud/labjackpython
MIT License
117 stars 79 forks source link

* LabJackPython.py (_openLabJackUsingExodriver): Remove debug output. #95

Closed bje- closed 7 years ago

bje- commented 7 years ago

Libraries shouldn't write to standard output.

davelopez01 commented 7 years ago

Thanks. I also agree that prints should not be there like that.