chore: remove obsolete comment

This commit is contained in:
Matthias
2025-01-26 09:22:10 +01:00
parent 77e6b2a108
commit b657e349a2

View File

@@ -462,7 +462,6 @@ def _download_trades_history(
)
logger.info(f"Current Amount of trades: {len(trades)}")
# Default since_ms to 30 days if nothing is given
new_trades = exchange.get_historic_trades(
pair=pair,
since=since,