From 30a6c02d122a6229b67e4e6cd2362e2ee16dc520 Mon Sep 17 00:00:00 2001 From: Michael Hammann Date: Sat, 9 Oct 2021 09:17:27 +0200 Subject: [PATCH] fix: remove redundant code which is no longer needed --- supervisor/rpcinterface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/supervisor/rpcinterface.py b/supervisor/rpcinterface.py index b6be7270f..f51c828f3 100644 --- a/supervisor/rpcinterface.py +++ b/supervisor/rpcinterface.py @@ -281,9 +281,6 @@ def startProcess(self, name, wait=True): @return boolean result Always true unless error """ - ## check if the process is dependent upon any other process and if so make sure that one is in the RUNNING state - group, process = self._getGroupAndProcess(name) - self._update('startProcess') group, process = self._getGroupAndProcess(name) if process is None: