Disabled uninteresting debug log

This commit is contained in:
Sybren A. Stüvel 2016-07-08 12:32:37 +02:00
parent 0b8aff1054
commit 78e4474f94

View File

@ -408,7 +408,7 @@ def on_pre_get_files(_, lookup):
cursor = current_app.data.find('files', parsed_req, lookup_expired)
for file_doc in cursor:
log.debug('Updating expired links for file %r.', file_doc['_id'])
# log.debug('Updating expired links for file %r.', file_doc['_id'])
_generate_all_links(file_doc, now)