Skip to content

Commit c6d0f10

Browse files
committed
Removes print statement
1 parent e455306 commit c6d0f10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

celery/backends/cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def delete(self, key):
115115

116116
def on_chord_apply(self, group_id, body, result=None, **kwargs):
117117
self.client.set(self.get_key_for_chord(group_id), '0', time=86400)
118-
print('GROUP_ID: %r RESULT: %r' % (group_id, result))
119118
self.app.GroupResult(group_id, result).save()
120119

121120
def incr(self, key):

0 commit comments

Comments
 (0)