Explorar o código

pool: Remove annoying debug log message

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
875e946d15
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/concurrency/processes/pool.py

+ 0 - 1
celery/concurrency/processes/pool.py

@@ -567,7 +567,6 @@ class Pool(object):
         """Bring the number of pool processes up to the specified number,
         for use after reaping workers which have exited.
         """
-        debug('repopulating pool')
         for i in range(self._processes - len(self._pool)):
             if self._state != RUN:
                 return