From 2c0c5c01a27ab3d2fb319c8951bde46b6fad7820 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 6 Feb 2022 02:12:52 +0000 Subject: [PATCH] chore: remove call to `console.log` --- framework/core/js/src/common/utils/Drawer.js | 1 - 1 file changed, 1 deletion(-) 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();