Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit fec0101

Browse files
committed
chore: remove logs
1 parent 46f6b90 commit fec0101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/helpers/css-reset.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export function injectThemeGlobalStyles(
100100
// if this doesn't exist then it will be
101101
// null so the style element will be appended
102102
let element = sheet.tags[sheet.tags.length - 1].nextElementSibling
103-
console.log({ element })
104103
sheet.before = element
105104
sheet.flush()
106105
}

0 commit comments

Comments
 (0)