Skip to content

Commit 074570e

Browse files
committed
fixup! fixup! fixup! feat(json): add legacy JSON generator
1 parent e9d7d43 commit 074570e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/parser.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,5 @@ export const parseHeadingIntoMetadata = (heading, depth) => {
135135
}
136136
}
137137

138-
console.log(undefined, heading);
139-
140138
return { text: heading, type: 'module', name: heading, depth };
141139
};

0 commit comments

Comments
 (0)