Skip to content

Commit efd1237

Browse files
Update packages/ra-ui-materialui/src/list/SimpleList/SimpleList.tsx
1 parent 29f57f4 commit efd1237

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ra-ui-materialui/src/list/SimpleList/SimpleList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ export const SimpleList = <RecordType extends RaRecord = any>(
101101
const { data, isPending, total } =
102102
useListContextWithProps<RecordType>(props);
103103

104-
console.log('SimpleList');
105-
106104
if (isPending === true) {
107105
return (
108106
<SimpleListLoading

0 commit comments

Comments
 (0)