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)