From 98fc17dbd00de07bcac6819d8959adc41d9a4c8a Mon Sep 17 00:00:00 2001 From: DerDeathraven Date: Fri, 25 Nov 2022 12:00:10 +0000 Subject: [PATCH] Removed console.log() yes... i had nothing better to do :D --- modal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modal.js b/modal.js index c0a7563..fad4c50 100644 --- a/modal.js +++ b/modal.js @@ -6,7 +6,6 @@ modal.addEventListener('click', function (event) { modalId.classList.add('open'); var exits = modalId.querySelectorAll('.modal-exit'); - console.log(exits) exits.forEach(function (exit) { exit.addEventListener('click', function (event) { event.preventDefault();