Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 15, 2024
1 parent d49f20a commit 0439d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/render-with-styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const renderWithStyles = (
const output: React.ReactNode[] = []

for (let i = 0; i < serializedArray.length; i++) {
debugger
const serialized = serializedArray[i]
registerStyles(cache, serialized, isStringTag)

Expand Down

0 comments on commit 0439d5a

Please sign in to comment.