Skip to content

Commit

Permalink
Remove sticky debug
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Sep 5, 2024
1 parent 2487275 commit 49b3227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const buildSections = (navTree) => {
}
});
if (nextSection) sections.push(nextSection);
console.error(sections);

return sections;
};

Expand Down

0 comments on commit 49b3227

Please sign in to comment.