Skip to content

Commit 793b943

Browse files
committed
Clean console.log
1 parent a63a903 commit 793b943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-ui-materialui/src/input/SelectArrayInput.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export const SelectArrayInput = (props: SelectArrayInputProps) => {
145145

146146
const handleChange = useCallback(
147147
(eventOrChoice: ChangeEvent<HTMLInputElement> | RaRecord) => {
148-
console.log(eventOrChoice);
149148
// We might receive an event from the mui component
150149
// In this case, it will be the choice id
151150
if (eventOrChoice?.target) {

0 commit comments

Comments
 (0)