Skip to content

Commit 3fd0f75

Browse files
committed
oops console.log
1 parent 38d47fd commit 3fd0f75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ async function buildNav() {
481481
}
482482
appendChildren(document.querySelector('#nav-content-entities'), buildNavFor(data.entities));
483483
appendChildren(document.querySelector('#nav-content-tutorials'), buildNavFor(data.tutorials));
484-
console.log(data);
485484
}
486485

487486
function navigate(url) {
@@ -554,7 +553,6 @@ highlight();
554553

555554
// Mark the current page in nav as seleted
556555
{
557-
console.log("Hi");
558556
let currentUrl = window.location.pathname;
559557
while (currentUrl.endsWith('/')) {
560558
currentUrl = currentUrl.slice(0, -1)

0 commit comments

Comments
 (0)