소스 검색

Removes debugging print statement

Ask Solem 11 년 전
부모
커밋
e8be916196
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      celery/app/trace.py

+ 1 - 3
celery/app/trace.py

@@ -491,11 +491,9 @@ def _fast_trace_task(task, uuid, request, body, content_type,
     embed = None
     tasks, accept, hostname = _loc
     if content_type:
-        X = loads(
+        args, kwargs, embed = loads(
             body, content_type, content_encoding, accept=accept,
         )
-        print(X)
-        args, kwargs, embed = X
     else:
         args, kwargs = body
     request.update({