소스 검색

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():
             proc.transition()
         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)
             self._dispatchEvent(event)