mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove extra logging line
This commit is contained in:
parent
37d1c96051
commit
d85bf5cedb
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ module.exports = DocumentUpdaterController =
|
|||
DocumentUpdaterController._processErrorFromDocumentUpdater(io, message.doc_id, message.error, message)
|
||||
|
||||
_applyUpdateFromDocumentUpdater: (io, doc_id, update) ->
|
||||
logger.log({doc_id}, "apply update from doc updater")
|
||||
for client in io.sockets.clients(doc_id)
|
||||
if client.id == update.meta.source
|
||||
logger.log doc_id: doc_id, version: update.v, source: update.meta?.source, "distributing update to sender"
|
||||
|
|
Loading…
Reference in a new issue