diff --git a/app/ui/view/molecule/select/select-root.tsx b/app/ui/view/molecule/select/select-root.tsx index ea2aca84..f44d1587 100644 --- a/app/ui/view/molecule/select/select-root.tsx +++ b/app/ui/view/molecule/select/select-root.tsx @@ -38,8 +38,6 @@ export const SelectRoot = React.forwardRef(functi const childrenArray = React.Children.toArray(children); const Icon = icon; - console.log(selectedValue); - const selectedPlaceholder = useMemo(() => { const reactElementChildren = React.Children.toArray(children).filter( (child) => React.isValidElement(child) && child.props.value === selectedValue,