remove console.log from ControlSidebar

pull/3162/head
REJack 2020-11-27 10:46:57 +01:00
parent b4ea60504c
commit 3d4e523b59
1 changed files with 0 additions and 2 deletions

View File

@ -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)