Skip to content

Commit 8946a63

Browse files
authored
chore: remove console.log
I am mostly sure this shouldn't be here, unless I am missing some important context 😅
1 parent 680b8d0 commit 8946a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/reset.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export function reset(
6666
node.walk((child) => {
6767
// Skip resetting synced lists to default.
6868
if (child.type === 'list' && child.sync) return
69-
console.log('child', child.name, initial(child))
7069
child.input(initial(child), false)
7170
})
7271
// Finally we need to lay any values back on top (if it is a group/list) since group values

0 commit comments

Comments
 (0)