mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove another verbose log object
This commit is contained in:
parent
05a1939547
commit
d86a964081
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = DocManager =
|
|||
update.lines = lines
|
||||
if updateRanges
|
||||
update.ranges = ranges
|
||||
logger.log { project_id, doc_id, oldDoc: doc }, "updating doc lines and ranges"
|
||||
logger.log { project_id, doc_id }, "updating doc lines and ranges"
|
||||
|
||||
modified = true
|
||||
rev += 1 # rev will be incremented in mongo by MongoManager.upsertIntoDocCollection
|
||||
|
|
Loading…
Reference in a new issue