From 3d4e523b59f04d8052f5f703fefbd2d41a3356f5 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 27 Nov 2020 10:46:57 +0100 Subject: [PATCH] remove console.log from ControlSidebar --- build/js/ControlSidebar.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/js/ControlSidebar.js b/build/js/ControlSidebar.js index 2c0667c0a..4cfc751c0 100644 --- a/build/js/ControlSidebar.js +++ b/build/js/ControlSidebar.js @@ -122,8 +122,6 @@ class ControlSidebar { // Private _init() { - // eslint-disable-next-line no-console - console.log('test') const $body = $('body') const shouldNotHideAll = $body.hasClass(CLASS_NAME_CONTROL_SIDEBAR_OPEN) || $body.hasClass(CLASS_NAME_CONTROL_SIDEBAR_SLIDE)