Skip to content

Commit 3666841

Browse files
author
DUYN
committed
Remove unused logging
1 parent 66809e3 commit 3666841

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bot/data/data_providers/fmp_data_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def evaluate_ticker(self, ticker: str) -> bool:
3434
data = json.loads(data)
3535
return data['symbol'] == ticker
3636
except error.HTTPError:
37-
logger.info('Hello')
3837
return False
3938
except Exception:
4039
return False

0 commit comments

Comments
 (0)