Skip to content

Commit 9c05093

Browse files
committed
feat: remove logs
1 parent 9854c40 commit 9c05093

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/packages/ce/src/datatype/components/inputs/select/DataTypeSelectInputComponent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export const DataTypeSelectInputComponent: React.FC<DataTypeSelectInputComponent
3737
onChange?.((!!value ? suggestions?.[Number(value)] : null) ?? null)
3838
}, 200)
3939

40-
console.log(title, defaultValue, defaultValue >= 0 ? defaultValue?.toString() : undefined)
41-
4240
return React.useMemo(() => <>
4341
<InputLabel>{title}</InputLabel>
4442
<InputDescription>{description}</InputDescription>

0 commit comments

Comments
 (0)