소스 검색

Merge pull request #1199 from aaronharnly/3.0

Fixes issue #1198, removing debugging print statement
Mher Movsisyan 12 년 전
부모
커밋
ccdda61c94
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      celery/result.py

+ 0 - 1
celery/result.py

@@ -711,7 +711,6 @@ class EagerResult(AsyncResult):
 def from_serializable(r, Result=AsyncResult):
     # earlier backends may just pickle, so check if
     # result is already prepared.
-    print('R IS: %r' % (r, ))
     if not isinstance(r, ResultBase):
         if isinstance(r, (list, tuple)):
             id, nodes = r