From 5e2e7902ce7149ad83ef0899746beaf8d5433803 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Tue, 18 Apr 2017 14:27:00 -0500 Subject: [PATCH] fix(config.js): remove unused 'logStats' This config option is not used anymore. --- config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config.js b/config.js index 7e5d47fe7..578b44531 100644 --- a/config.js +++ b/config.js @@ -65,7 +65,6 @@ var config = { // eslint-disable-line no-unused-vars //enableClosePage: false, // enabling the close page will ignore the welcome // page redirection when call is hangup disableSimulcast: false, - logStats: false, // Enable logging of PeerConnection stats via the focus // requireDisplayName: true, // Forces the participants that doesn't have display name to enter it when they enter the room. // startAudioMuted: 10, // every participant after the Nth will start audio muted // startVideoMuted: 10, // every participant after the Nth will start video muted