Skip to content

Commit 5092814

Browse files
author
Michael Hammann
committed
fix: remove redundant code which is no longer needed
1 parent 376fb58 commit 5092814

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

supervisor/rpcinterface.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@ def startProcess(self, name, wait=True):
282282
@return boolean result Always true unless error
283283
284284
"""
285-
## check if the process is dependent upon any other process and if so make sure that one is in the RUNNING state
286-
group, process = self._getGroupAndProcess(name)
287-
288285
self._update('startProcess')
289286
group, process = self._getGroupAndProcess(name)
290287
if process is None:

0 commit comments

Comments
 (0)