Explorar el Código

Removes print statement

Ask Solem hace 10 años
padre
commit
4a138b9fe1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      celery/worker/request.py

+ 0 - 1
celery/worker/request.py

@@ -369,7 +369,6 @@ class Request(object):
     def acknowledge(self):
         """Acknowledge task."""
         if not self.acknowledged:
-            print('!!!!ACKING TASK!!!!')
             self.on_ack(logger, self.connection_errors)
             self.acknowledged = True