From 94bebf90ca717f154d6691a8d2924044968936e8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 19 Oct 2015 02:10:12 -0400 Subject: [PATCH] Remove TODO reminder, error are logged by Celery. --- mayan/apps/documents/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/documents/tasks.py b/mayan/apps/documents/tasks.py index 616fdc01d4..00fb6ba097 100644 --- a/mayan/apps/documents/tasks.py +++ b/mayan/apps/documents/tasks.py @@ -33,7 +33,6 @@ def task_check_trash_periods(): @app.task(ignore_result=True) def task_clear_image_cache(): logger.info('Starting document cache invalidation') - # TODO: Notification of success and of errors Document.objects.invalidate_cache() logger.info('Finished document cache invalidation')