Skip to content

Commit

Permalink
refactor: remove extra log in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 4, 2024
1 parent 10cb12b commit a0a5092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/utils/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export function useDocsNav() {

const links = computed(() => {
return mapContentNavigation(navigation.value).map((item) => {
console.log(item)

// Flatren single child
if (item.children?.length === 1) {
item = {
Expand Down

0 comments on commit a0a5092

Please sign in to comment.