Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
imacrayon committed May 12, 2023
1 parent 5fd69c6 commit 2cdef1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/_components/navigation.webc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@

let forceOpen = window.getComputedStyle(details).getPropertyValue("--details-force-closed");

console.log(forceOpen)

function forceState(isOpen) {
if (isOpen) {
details.setAttribute("open", "open");
Expand Down

0 comments on commit 2cdef1d

Please sign in to comment.