ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.89k stars 2.44k forks source link

Remove erroneous print statement #1998

Closed aaron-jencks closed 4 months ago

aaron-jencks commented 4 months ago

Was debugging my code today and it appears that all of the possibly delisted errors were being printed twice, once from the logger and once from this print statement. You're already logging any errors, so this print statement doesn't need to be here.

Closes #1997