Remove TODO reminder, error are logged by Celery.

This commit is contained in:
Roberto Rosario
2015-10-19 02:10:12 -04:00
parent 3f8b23d751
commit 94bebf90ca

View File

@@ -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')