Browse Source

Remove out of date comment

Ask Solem 11 years ago
parent
commit
c900192b7c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      celery/fixups/django.py

+ 0 - 6
celery/fixups/django.py

@@ -133,12 +133,6 @@ class DjangoWorkerFixup(object):
         )
 
     def install(self):
-        """Called when the worker starts.
-
-        Automatically discovers any ``tasks.py`` files in the applications
-        listed in ``INSTALLED_APPS``.
-
-        """
         signals.beat_embedded_init.connect(self.close_database)
         signals.worker_ready.connect(self.on_worker_ready)
         signals.task_prerun.connect(self.on_task_prerun)