Skip to content

Commit

Permalink
fix: remove console.log (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored Nov 19, 2024
1 parent 01f0ce4 commit 78ba430
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ function render(parsed: Parsed): string {
}
> = {}

console.log(parsed)

Object.entries(parsed).forEach(
([
key,
Expand Down Expand Up @@ -87,8 +85,6 @@ function render(parsed: Parsed): string {
},
)

console.dir(normalized, { depth: null })

Object.entries(normalized).forEach(([tag, components]) => {
Object.entries(components).forEach(
([
Expand Down

0 comments on commit 78ba430

Please sign in to comment.