mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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
|
update.lines = lines
|
||||||
if updateRanges
|
if updateRanges
|
||||||
update.ranges = ranges
|
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
|
modified = true
|
||||||
rev += 1 # rev will be incremented in mongo by MongoManager.upsertIntoDocCollection
|
rev += 1 # rev will be incremented in mongo by MongoManager.upsertIntoDocCollection
|
||||||
|
|
Loading…
Reference in a new issue