Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jun 30, 2024
1 parent c22fded commit 8aee49a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const resolveHeaders = (_headers: PageData['headers']) => {

let headers = Array<Header>();
_headers.forEach((h: Header) => {
console.log(h, h.level);
if (h.level === 2) {
headers.push(h);
h.children.forEach((h: Header) => {
Expand Down

0 comments on commit 8aee49a

Please sign in to comment.