浏览代码

Removes print statement

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

+ 0 - 1
celery/backends/cache.py

@@ -115,7 +115,6 @@ class CacheBackend(KeyValueStoreBackend):
 
     def on_chord_apply(self, group_id, body, result=None, **kwargs):
         self.client.set(self.get_key_for_chord(group_id), '0', time=86400)
-        print('GROUP_ID: %r RESULT: %r' % (group_id, result))
         self.app.GroupResult(group_id, result).save()
 
     def incr(self, key):