From 367eb9810e9975868de79b968e28ae30979b05e6 Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 12 May 2025 16:47:48 +0200 Subject: [PATCH] REFACTOR Remove console log from menuInit function in header.js --- resources/js/header.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/header.js b/resources/js/header.js index a4ecc72..9b5c7f3 100644 --- a/resources/js/header.js +++ b/resources/js/header.js @@ -31,7 +31,6 @@ export default function menuInit() { const header = document.querySelector( '#primary-header' ); - console.log(header.contains(document.activeElement)); if ( header.classList.contains('nav-open') && !header.contains(document.activeElement)