removing unecessary console log
This commit is contained in:
parent
b6e494e553
commit
0e477899a5
|
|
@ -194,7 +194,6 @@ export default function menuInit() {
|
|||
}
|
||||
|
||||
function openMenu(menuContainer) {
|
||||
console.log('open menu');
|
||||
// Change Toggle expanded
|
||||
mobileMenuToggle.setAttribute('aria-expanded', 'true');
|
||||
|
||||
|
|
@ -286,6 +285,7 @@ export default function menuInit() {
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
HANDLE FOCUS CHANGE
|
||||
-----------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user