Ver código fonte

Remove decoy comment.

Chris McDonough 18 anos atrás
pai
commit
736224ce1b
1 arquivos alterados com 0 adições e 2 exclusões
  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)