From 4804ec986a0f6a547ff168fa1908780ded707326 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 21 Sep 2025 14:57:24 +0200 Subject: [PATCH] chore: cleanup unused (and now unsupported) comments --- freqtrade/rpc/telegram.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/freqtrade/rpc/telegram.py b/freqtrade/rpc/telegram.py index f19217dae..f60c11da7 100644 --- a/freqtrade/rpc/telegram.py +++ b/freqtrade/rpc/telegram.py @@ -362,9 +362,7 @@ class Telegram(RPCHandler): await self._app.updater.start_polling( bootstrap_retries=-1, timeout=20, - # read_latency=60, # Assumed transmission latency drop_pending_updates=True, - # stop_signals=[], # Necessary as we don't run on the main thread ) while True: await asyncio.sleep(10)