Преглед изворни кода

pool: Remove annoying debug log message

Ask Solem пре 15 година
родитељ
комит
875e946d15
1 измењених фајлова са 0 додато и 1 уклоњено
  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,
         """Bring the number of pool processes up to the specified number,
         for use after reaping workers which have exited.
         for use after reaping workers which have exited.
         """
         """
-        debug('repopulating pool')
         for i in range(self._processes - len(self._pool)):
         for i in range(self._processes - len(self._pool)):
             if self._state != RUN:
             if self._state != RUN:
                 return
                 return