Pārlūkot izejas kodu

Consumer: Removes left-over debugging statement

Ask Solem 14 gadi atpakaļ
vecāks
revīzija
bb19026c1c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      celery/worker/consumer.py

+ 0 - 2
celery/worker/consumer.py

@@ -473,8 +473,6 @@ class Consumer(object):
 
     def reset_connection(self):
         """Re-establish connection and set up consumers."""
-        import traceback
-        traceback.print_stack()
         self.logger.debug(
                 "Consumer: Re-establishing connection to the broker...")
         self.stop_consumers()