瀏覽代碼

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