Remove model log count

sync
Laurent 9 months ago
parent af025f87fc
commit 4ad2c228cd
  1. 4
      sync/views.py

@ -203,8 +203,8 @@ class SynchronizationApi(HierarchyApiView):
last_log_date = None
for log in logs:
log.retrieved()
log.save()
# log.retrieved()
# log.save()
# print(f'log date = {log.date}')
last_log_date = log.date

Loading…
Cancel
Save