mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
chore: remove call to console.log
This commit is contained in:
parent
d02ecbbaf2
commit
2c0c5c01a2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user