From 9b5b425620fc6a78be88ec51fd127bf776fc33e3 Mon Sep 17 00:00:00 2001 From: Azim Baji Krishna Date: Sun, 26 Nov 2023 20:09:45 +0530 Subject: [PATCH] Removed a debugging statement --- js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/script.js b/js/script.js index ec0fd66..c6ff0a5 100644 --- a/js/script.js +++ b/js/script.js @@ -179,7 +179,6 @@ document.addEventListener("DOMContentLoaded", () => { // Function to handle the search input and filter tasks const handleSearch = () => { toggleMenu(); - console.log(11) const searchText = searchInput.value.trim().toLowerCase(); if (searchText !== "") { // Filter tasks based on the search text