浏览代码

Stop writing reap result to trace logging.

Chris McDonough 18 年之前
父节点
当前提交
05d19d630e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/supervisor/supervisord.py

+ 0 - 1
src/supervisor/supervisord.py

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