Skip to content

Commit 7e71543

Browse files
committed
fix: no logs
1 parent 379f343 commit 7e71543

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/form-core/src/FieldApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class FieldApi<TData, TFormData> {
114114
if (next.value !== prevState.value) {
115115
this.validate('change', next.value)
116116
}
117-
console.log(this)
118117
},
119118
},
120119
)

packages/form-core/src/FormApi.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export class FormApi<TFormData> {
138138
// Write it back to the store
139139
this.store.state = next
140140
this.state = next
141-
console.log(this.state)
142141
},
143142
},
144143
)

0 commit comments

Comments
 (0)