소스 검색

Remove debugging print statements

Ask Solem 15 년 전
부모
커밋
ef7b856511
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      celery/worker/heartbeat.py

+ 0 - 3
celery/worker/heartbeat.py

@@ -46,8 +46,5 @@ class Heart(threading.Thread):
         if not self._state == "RUN":
             return
         self._state = "CLOSE"
-        print("SET SHUTDOWN!")
         self._shutdown.set()
-        print("WAIT FOR STOPPED")
         self._stopped.wait() # block until this thread is done
-        print("STOPPED")