mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 12:13:22 +00:00
Delete logging that will be noisy in production
This commit is contained in:
parent
59d042e264
commit
7107d9adcd
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ module.exports =
|
|||
reconnectNClients: (io, N) ->
|
||||
drainedCount = 0
|
||||
for client in io.sockets.clients()
|
||||
logger.log {client_id: client.id, already_reconnecting: @RECONNECTED_CLIENTS[client.id]}, "Considering client"
|
||||
if !@RECONNECTED_CLIENTS[client.id]
|
||||
@RECONNECTED_CLIENTS[client.id] = true
|
||||
logger.log {client_id: client.id}, "Asking client to reconnect gracefully"
|
||||
|
|
Loading…
Reference in a new issue