X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5f176bb52a7a59bf88f5728e60a3a62e12fb3d54..bd6eceb9cd8e613c289f612ade962535741e2699:/apps/catalogue/tasks.py?ds=sidebyside

diff --git a/apps/catalogue/tasks.py b/apps/catalogue/tasks.py
index d5e8529b1..7d180687c 100644
--- a/apps/catalogue/tasks.py
+++ b/apps/catalogue/tasks.py
@@ -12,7 +12,6 @@ from wolnelektury.utils import localtime_to_utc
 # TODO: move to model?
 def touch_tag(tag):
     update_dict = {
-        'book_count': tag.get_count(),
         'changed_at': localtime_to_utc(datetime.now()),
     }