Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Sep 20, 2024
1 parent 5e54296 commit 4187292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/container/GridTableComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function GridTableComponent({
applyColumnUnits,
originalDataSource,
]);
console.log(dataSource, columns);

useEffect(() => {
if (tableProcessedDataRef) {
// eslint-disable-next-line no-param-reassign
Expand Down

0 comments on commit 4187292

Please sign in to comment.