We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de2f5f commit 01f8c0bCopy full SHA for 01f8c0b
1 file changed
simvue/run.py
@@ -561,13 +561,6 @@ def _start(self) -> bool:
561
self._get_child_processes() if self._parent_process else None
562
)
563
564
- if self._emissions_monitor:
565
- self._emissions_monitor.attach_process(self._parent_process)
566
- (
567
- self._emissions_monitor.attach_process(process)
568
- for process in self._child_processes or []
569
- )
570
-
571
self._shutdown_event = threading.Event()
572
self._heartbeat_termination_trigger = threading.Event()
573
self._alert_raised_trigger = threading.Event()
0 commit comments