浏览代码

Removes left over print statements

Ask Solem 11 年之前
父节点
当前提交
46fc4f8911
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      celery/backends/redis.py

+ 0 - 3
celery/backends/redis.py

@@ -206,12 +206,9 @@ class RedisBackend(KeyValueStoreBackend):
             .expire(jkey, 86400)                                        \
             .execute()
 
-        print('YEA')
-
         try:
             callback = maybe_signature(request.chord, app=app)
             total = callback['chord_size']
-            print('TOTAL: %r' % (readycount, ))
             if readycount >= total:
                 decode, unpack = self.decode, self._unpack_chord_result
                 resl, _ = client.pipeline()     \