Skip to content

Commit 88d8268

Browse files
h55nickbashtage
authored andcommitted
MAINT: Remove unneeded print in IEXDaily reader (#496)
1 parent 98b6a33 commit 88d8268

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas_datareader/iex/daily.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def endpoint(self):
6060

6161
def _get_params(self, symbol):
6262
chart_range = self._range_string_from_date()
63-
print(chart_range)
6463
if isinstance(symbol, list):
6564
symbolList = ','.join(symbol)
6665
else:

0 commit comments

Comments
 (0)