Skip to content

Commit acc6b47

Browse files
committed
Cleanup
1 parent 324d958 commit acc6b47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ export function ControlSelect<T>({
163163
]
164164
}
165165
}
166-
console.log("newRawValue: ", newRawValue)
167-
console.log("newSelectOptions: ", newSelectOptions)
168166
setRawValue(newRawValue)
169167
handleChange(newRawValue)
170168
};

0 commit comments

Comments
 (0)