Ask Solem 13 years ago
parent
commit
1bca2b53a7
1 changed files with 0 additions and 1 deletions
  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),