Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Mar 13, 2024
1 parent 737cfa7 commit 4592005
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@ export const VirtualizedTable = <T extends GenericContent = GenericContent>(prop
? props.referenceCellRenderer(tableCellProps)
: defaultCellRenderer(tableCellProps)
} else {
console.log(tableCellProps)

return props.cellRenderer
? props.cellRenderer({
tableCellProps,
Expand Down

0 comments on commit 4592005

Please sign in to comment.