Skip to content

Commit 30a6c02

Browse files
author
Michael Hammann
committed
fix: remove redundant code which is no longer needed
1 parent d524285 commit 30a6c02

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
@@ -281,9 +281,6 @@ def startProcess(self, name, wait=True):
281281
@return boolean result Always true unless error
282282
283283
"""
284-
## check if the process is dependent upon any other process and if so make sure that one is in the RUNNING state
285-
group, process = self._getGroupAndProcess(name)
286-
287284
self._update('startProcess')
288285
group, process = self._getGroupAndProcess(name)
289286
if process is None:

0 commit comments

Comments
 (0)