Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit c7e3439

Browse files
committed
remove console.log
1 parent 96148ca commit c7e3439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function getValue(target: any, { isCheckbox }: { isCheckbox: boolean }) {
77
if (target && (Array.isArray(target) || (target.label && target.value))) {
88
return target;
99
}
10-
console.log(target.value);
1110
return target
1211
? isCheckbox
1312
? target.checked

0 commit comments

Comments
 (0)