We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e72fef commit 0c716bbCopy full SHA for 0c716bb
packages/ra-ui-materialui/src/layout/Notification.tsx
@@ -133,8 +133,6 @@ export const Notification = (inProps: NotificationProps) => {
133
...options
134
} = notificationOptions || {};
135
136
- console.log({ message, type: typeof message === 'string' });
137
-
138
return (
139
<CloseNotificationContext.Provider value={handleRequestClose}>
140
<StyledSnackbar
0 commit comments