Fixes console logs

This commit is contained in:
yanas 2016-09-13 20:33:25 -05:00
parent a9e31a2843
commit 9ce83250da
1 changed files with 0 additions and 2 deletions

View File

@ -148,9 +148,7 @@ export default {
* @param {boolean} show * @param {boolean} show
*/ */
showStartMutedOptions (show) { showStartMutedOptions (show) {
console.log("------", show, UIUtil.isSettingEnabled('moderator'));
if (show && UIUtil.isSettingEnabled('moderator')) { if (show && UIUtil.isSettingEnabled('moderator')) {
console.log("idva li tuuk");
// Only show the subtitle if this isn't the only setting section. // Only show the subtitle if this isn't the only setting section.
if (!$("#moderatorOptionsTitle").is(":visible") if (!$("#moderatorOptionsTitle").is(":visible")
&& interfaceConfig.SETTINGS_SECTIONS.length > 1) && interfaceConfig.SETTINGS_SECTIONS.length > 1)