Skip to content

Commit 87c40ab

Browse files
committed
remove useless console log
1 parent 921d3b9 commit 87c40ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-ui-materialui/src/input/SelectInput.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,6 @@ const CreateAuthor = () => {
659659

660660
export const InsideReferenceInputWithCreationSupport = () => {
661661
const optionRenderer = choice => {
662-
console.log(choice);
663662
return choice.first_name && choice.last_name
664663
? `${choice.first_name} ${choice.last_name}`
665664
: `${choice.name}`;

0 commit comments

Comments
 (0)