Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 12, 2024
1 parent e57a92e commit 15dc76c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nautilus_trader/live/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 15dc76c

Please sign in to comment.