Skip to content

Commit 0c716bb

Browse files
authored
Remove console log
1 parent 9e72fef commit 0c716bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ra-ui-materialui/src/layout/Notification.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ export const Notification = (inProps: NotificationProps) => {
133133
...options
134134
} = notificationOptions || {};
135135

136-
console.log({ message, type: typeof message === 'string' });
137-
138136
return (
139137
<CloseNotificationContext.Provider value={handleRequestClose}>
140138
<StyledSnackbar

0 commit comments

Comments
 (0)