diff --git a/nautilus_trader/live/node.py b/nautilus_trader/live/node.py index dda0477dc780..9bde4cc26f2e 100644 --- a/nautilus_trader/live/node.py +++ b/nautilus_trader/live/node.py @@ -414,8 +414,6 @@ async def stop_async(self) -> None: If save strategy is configured, then strategy states will be saved. """ - self.kernel.log.info("STOPPING...") - if self._task_heartbeats: self.kernel.log.info("Cancelling `task_heartbeats` task...") self._task_heartbeats.cancel()