Skip to content

Commit 507eb8b

Browse files
committed
fix(chart): remove logs
1 parent 9d91b7c commit 507eb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/app/components/ChartGraph/BasicTableChart/BasicTableChart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class BasicTableChart extends ReactChart {
114114
dataConfigs,
115115
);
116116
this.cachedAntTableOptions.dataSource = chartDataSet;
117-
console.log(`options.dataset ---> `, options.dataset);
118117

119118
const tableOptions = Object.assign(
120119
this.cachedAntTableOptions,

0 commit comments

Comments
 (0)