Skip to content

Commit 78ba430

Browse files
authored
fix: remove console.log (#67)
1 parent 01f0ce4 commit 78ba430

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ function render(parsed: Parsed): string {
4747
}
4848
> = {}
4949

50-
console.log(parsed)
51-
5250
Object.entries(parsed).forEach(
5351
([
5452
key,
@@ -87,8 +85,6 @@ function render(parsed: Parsed): string {
8785
},
8886
)
8987

90-
console.dir(normalized, { depth: null })
91-
9288
Object.entries(normalized).forEach(([tag, components]) => {
9389
Object.entries(components).forEach(
9490
([

0 commit comments

Comments
 (0)