Skip to content

Commit

Permalink
Remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Sep 9, 2024
1 parent 1734601 commit 72ee5d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/templates/learn-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ const LearnDocTemplate = ({ data, pageContext }) => {
}
}

console.log(newtoc);

let cardTileMode = indexCards;
if (!cardTileMode) {
if (navRoot.depth === 2) cardTileMode = TileModes.Full;
Expand Down

0 comments on commit 72ee5d8

Please sign in to comment.