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
*/
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();