浏览代码

Remove decoy comment.

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

+ 0 - 2
src/supervisor/process.py

@@ -601,8 +601,6 @@ class EventListenerPool(ProcessGroupBase):
         for proc in self.processes.values():
         for proc in self.processes.values():
             proc.transition()
             proc.transition()
         if self.event_buffer:
         if self.event_buffer:
-            # resend the oldest buffered event (dont rebuffer though, maintain
-            # order oldest (leftmost) to newest (rightmost) in list)
             event = self.event_buffer.pop(0)
             event = self.event_buffer.pop(0)
             self._dispatchEvent(event)
             self._dispatchEvent(event)