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