1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +02:00

chore: remove call to console.log

This commit is contained in:
David Wheatley
2022-02-06 02:12:52 +00:00
committed by GitHub
parent d02ecbbaf2
commit 2c0c5c01a2

View File

@@ -49,7 +49,6 @@ export default class Drawer {
* @internal * @internal
*/ */
resizeHandler = ((e) => { resizeHandler = ((e) => {
console.log(this, e);
if (!e.matches && this.isOpen()) { if (!e.matches && this.isOpen()) {
// Drawer is open but we've made window bigger, so hide it. // Drawer is open but we've made window bigger, so hide it.
this.hide(); this.hide();