Explorar el Código

Remove decoy comment.

Chris McDonough hace 18 años
padre
commit
736224ce1b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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)