From 7107d9adcdb7aa9480d50a027d775a44b95159cf Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 24 Oct 2016 16:40:10 +0100 Subject: [PATCH] Delete logging that will be noisy in production --- services/real-time/app/coffee/DrainManager.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/services/real-time/app/coffee/DrainManager.coffee b/services/real-time/app/coffee/DrainManager.coffee index 08caac3c28..efdd636199 100644 --- a/services/real-time/app/coffee/DrainManager.coffee +++ b/services/real-time/app/coffee/DrainManager.coffee @@ -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"