Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryllium committed Jan 6, 2024
1 parent 0d9feb0 commit da12865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function setup() {
document.querySelector("#journal-link").addEventListener("click", function (event) {
event.preventDefault();
journalOpen = true;
console.log(document.querySelector('#journal'));
document.querySelector('#journal').classList.add("active");
});

Expand Down

0 comments on commit da12865

Please sign in to comment.