Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
2402PiyushKi committed Jan 10, 2024
1 parent a57e233 commit 142b8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ document.addEventListener('DOMContentLoaded', async () => {
const categoryTitle = document.createElement('h3');
categoryTitle.className = 'category-title';
categoryTitle.onclick = () => {
console.log('clicked');
menuItemsContainer.classList.toggle('inactive');
}
categoryTitle.textContent = category;
Expand Down

0 comments on commit 142b8c9

Please sign in to comment.