Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
GustasG committed Aug 6, 2024
1 parent 86c3966 commit 9c6b635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ closeButton.addEventListener("click", () => {
});

document.addEventListener("click", (e) => {
console.log(e.target);
if (!sidebar.contains(e.target) && !hamburgerButton.contains(e.target)) {
closeSidebar();
}
Expand Down

0 comments on commit 9c6b635

Please sign in to comment.