Skip to content

Commit 2065bb1

Browse files
committed
remove console log
1 parent 9adf3a0 commit 2065bb1

File tree

1 file changed

+0
-1
lines changed
  • chartlets.js/packages/lib/src/plugins/mui

1 file changed

+0
-1
lines changed

chartlets.js/packages/lib/src/plugins/mui/Table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const Table = ({
4545
onChange,
4646
}: TableProps) => {
4747
const loadingState = useLoadingState();
48-
console.log("loadingState", loadingState);
4948
if (!id) {
5049
return;
5150
}

0 commit comments

Comments
 (0)