From f2498060e1362badc1c4495b2e5e830d8b27ca5e Mon Sep 17 00:00:00 2001 From: Egor Date: Tue, 3 Oct 2023 11:44:24 +0700 Subject: [PATCH] removed console.log --- src/js/scripts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/scripts.js b/src/js/scripts.js index 7c71ad9ea..aee299a1b 100644 --- a/src/js/scripts.js +++ b/src/js/scripts.js @@ -9,7 +9,6 @@ window.addEventListener('DOMContentLoaded', () => { if (currentTop > 0 && mainNav.classList.contains('is-fixed')) { mainNav.classList.add('is-visible'); } else { - console.log(123); mainNav.classList.remove('is-visible', 'is-fixed'); } } else {