Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMora committed Dec 18, 2024
1 parent 7afcac5 commit 3b26dbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const createChildrenArray = (array: JSX.Element[], children: React.ReactNode): v
) {
createChildrenArray(array, child.type.type(child.props))
} else {
console.log('in else function'),
array.push(child as JSX.Element)
}
})
Expand Down

0 comments on commit 3b26dbb

Please sign in to comment.