Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriPro committed Aug 12, 2024
1 parent 4cc8bb2 commit 934f6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/ApiDocumentationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export default defineComponent({
return allHeadings
.map((node) => {
console.log
const text = getNodeTextContent(node)
const { slug } = addSlug(node, slugMap, '')
const level = getMaxHeaderLevel(2)
Expand Down

0 comments on commit 934f6a5

Please sign in to comment.