Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed Nov 27, 2023
1 parent 24f6b6e commit 69382ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ let { data: catalogJson } = await useFetch<CatalogType>(catalogPath, {
})
let catalog = catalogJson.value
console.log({ catalog })
let childrenLinks = catalog?.links.filter((link) => link.rel === 'child') ?? []
Expand Down

0 comments on commit 69382ce

Please sign in to comment.