Browse Source

Remove unnecessary prints.

Rumyana Neykova 12 năm trước cách đây
mục cha
commit
2831597c94
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      celery/worker/__init__.py

+ 0 - 2
celery/worker/__init__.py

@@ -142,8 +142,6 @@ class WorkController(configurated):
         pass
 
     def on_consumer_ready(self, consumer):
-        print 'In consumer_ready'
-        print self.on_consumer_ready_callbacks
         [callback(consumer) for callback in self.on_consumer_ready_callbacks] 
 
     def setup_instance(self, queues=None, ready_callback=None,