From 09342806f23afefcb225bcc2aaba220d564e5b2c Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 22 Apr 2021 10:44:49 +0200 Subject: [PATCH] openvidu-browser: remove extra debug logging when sending RPC request --- .../KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js b/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js index e443a56c..9a626f05 100644 --- a/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js +++ b/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js @@ -161,9 +161,6 @@ function JsonRpcClient(configuration) { }); this.send = function (method, params, callback) { - if (method !== 'ping') { - Logger.debug('Request: method:' + method + " params:" + JSON.stringify(params)); - } var requestTime = Date.now();