Skip to content

Commit c09a755

Browse files
committed
chore: clean-up
1 parent 7a128bf commit c09a755

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

js/src/sidebar.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,6 @@ class Sidebar extends BaseComponent {
334334
})
335335

336336
EventHandler.on(window, EVENT_RESIZE, () => {
337-
// eslint-disable-next-line no-console
338-
console.log('resized')
339-
// eslint-disable-next-line no-console
340-
console.log(this._mobile)
341-
// eslint-disable-next-line no-console
342-
console.log(this._show)
343337
if (this._isMobile() && this._isVisible()) {
344338
this.hide()
345339
}

0 commit comments

Comments
 (0)