Commit 683bb081 authored by Michal Čihař's avatar Michal Čihař

We no longer use this cache

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1d6f827a
......@@ -114,8 +114,6 @@ def update_comment_flag(sender, instance, **kwargs):
# Invalidate counts cache
if instance.language is None:
unit.translation.invalidate_cache('sourcecomments')
else:
unit.translation.invalidate_cache('comments')
@receiver(post_delete, sender=Suggestion)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment