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 a95ae3d commit 05d2c5bCopy full SHA for 05d2c5b
1 file changed
packages/ra-ui-materialui/src/list/ListView.tsx
@@ -74,7 +74,6 @@ export const ListView = <RecordType extends RaRecord = any>(
74
}
75
76
const renderList = () => {
77
- console.log('renderList', { data, total, pagination });
78
return (
79
<div
80
className={clsx(ListClasses.main, {
0 commit comments