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

Commit 2438b3f

Browse files
committed
chore: remove console.log
1 parent 474ea57 commit 2438b3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/layout/src/grid.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ export const CGrid = defineComponent({
144144
gridTemplateColumns: props.templateColumns,
145145
})
146146
)
147-
watchEffect(() => {
148-
console.log(styles.value)
149-
})
150147
return () => {
151148
return h(
152149
chakra('div', { label: 'grid', __css: styles.value, ...attrs }),

0 commit comments

Comments
 (0)