mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
Merge pull request #28 from sharelatex/ja-quieten-logs
Remove another verbose log object
This commit is contained in:
commit
8f71dcf113
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