Explorar el Código

Remove left-over print statement

Ask Solem hace 11 años
padre
commit
617a8da1cf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      celery/app/trace.py

+ 0 - 1
celery/app/trace.py

@@ -240,7 +240,6 @@ def build_tracer(name, task, loader=None, hostname=None, store_errors=True,
                 else:
                     # callback tasks must be applied before the result is
                     # stored, so that result.children is populated.
-                    print('CALLBACKS: %r' % (task_request.callbacks, ))
                     [signature(callback, app=app).apply_async((retval, ))
                         for callback in task_request.callbacks or []]
                     if publish_result: