diff --git a/framework/core/js/src/common/utils/Drawer.js b/framework/core/js/src/common/utils/Drawer.js index 823b9290f..dbf66945b 100644 --- a/framework/core/js/src/common/utils/Drawer.js +++ b/framework/core/js/src/common/utils/Drawer.js @@ -49,7 +49,6 @@ export default class Drawer { * @internal */ resizeHandler = ((e) => { - console.log(this, e); if (!e.matches && this.isOpen()) { // Drawer is open but we've made window bigger, so hide it. this.hide();