Преглед на файлове

Consumer: Removes left-over debugging statement

Ask Solem преди 14 години
родител
ревизия
bb19026c1c
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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()