소스 검색

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()