Skip to content

Commit 324d958

Browse files
committed
Cleanup
1 parent 34ca0da commit 324d958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/connect-react/src/components/ControlSelect.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export function ControlSelect<T>({
6363
};
6464

6565
const selectValue = useMemo(() => {
66-
console.log("rawValue: ", rawValue)
6766
let ret = rawValue;
6867
if (ret != null) {
6968
if (Array.isArray(ret)) {

0 commit comments

Comments
 (0)