Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jun 24, 2023
1 parent 167411b commit 8905399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/docs/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export async function getStaticProps({ params }) {

const navItems = docsData.list
.reduce((navItems: DocsNavData, topic) => {
console.log(topic);
const newItem: DocsNavItem = {
type: 'topic',
title: topic.data.title,
Expand Down

0 comments on commit 8905399

Please sign in to comment.