|
@@ -242,7 +242,6 @@ class Supervisor:
|
|
|
|
|
|
def reap(self, once=False):
|
|
def reap(self, once=False):
|
|
pid, sts = self.options.waitpid()
|
|
pid, sts = self.options.waitpid()
|
|
- self._trace('reap called, waitpid returned %s' % pid)
|
|
|
|
if pid:
|
|
if pid:
|
|
process = self.options.pidhistory.get(pid, None)
|
|
process = self.options.pidhistory.get(pid, None)
|
|
if process is None:
|
|
if process is None:
|