Skip to content

Commit 05d2c5b

Browse files
committed
remove console.log
1 parent a95ae3d commit 05d2c5b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const ListView = <RecordType extends RaRecord = any>(
7474
}
7575

7676
const renderList = () => {
77-
console.log('renderList', { data, total, pagination });
7877
return (
7978
<div
8079
className={clsx(ListClasses.main, {

0 commit comments

Comments
 (0)