Skip to content

Commit b7098fd

Browse files
committed
Merge branch 'remox-list-iterator' of github.com:marmelab/react-admin into remox-list-iterator
2 parents a03318f + efd1237 commit b7098fd

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)