Skip to content

Commit

Permalink
Removed a debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AzimKrishna committed Nov 26, 2023
1 parent eac34aa commit 9b5b425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b5b425

Please sign in to comment.