Skip to content

Commit b3758ae

Browse files
Remove console.warn
1 parent 4182a5a commit b3758ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-core/src/controller/edit/useEditController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ export const useEditController = <
123123
(!isPendingAuthenticated && !isPendingCanAccess) ||
124124
disableAuthentication,
125125
onError: () => {
126-
console.warn('useEditController: record not found');
127126
notify('ra.notification.item_doesnt_exist', {
128127
type: 'error',
129128
});

0 commit comments

Comments
 (0)