Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DanailH committed Aug 31, 2022
1 parent 38be38d commit 5a7905e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/data/data-grid/row-updates/LazyLoadingGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default function LazyLoadingGrid() {
// Fetch rows as they become visible in the viewport
const handleFetchRows = React.useCallback(
async (params) => {
console.log(params);
const { slice, total } = await fetchRow(params);

apiRef.current.unstable_replaceRows(params.firstRowToRender, slice);
Expand Down

0 comments on commit 5a7905e

Please sign in to comment.