Forráskód Böngészése

Fixes issue #1198, removing debugging print statement

Aaron Harnly 12 éve
szülő
commit
c24bc3bbc3
1 módosított fájl, 0 hozzáadás és 1 törlés
  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