mirror of https://github.com/ColorlibHQ/AdminLTE
remove console.log from ControlSidebar
parent
b4ea60504c
commit
3d4e523b59
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue