Ask Solem 13 년 전
부모
커밋
1bca2b53a7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      celery/worker/__init__.py

+ 0 - 1
celery/worker/__init__.py

@@ -91,7 +91,6 @@ class Pool(abstract.StartStopComponent):
         except ImportError:
             pass
         else:
-            print("DISABLE FORK: %r" % (w.force_execv, ))
             forking_enable(not w.force_execv)
         pool = w.pool = self.instantiate(w.pool_cls, w.min_concurrency,
                                 initargs=(w.app, w.hostname),