pybaseball
pybaseball copied to clipboard
Refactor Print statements to use python logging module
Whenever I go to fetch data from a statcast function, there is a print statement that is being run (example). This is clogging up my output and it would be better if the python logging module was used instead so it can be easily disabled. There are print statements in a few places that should also be changed. This will allow the introduction of log levels as well.