Skip to content

Commit 95536c1

Browse files
committed
chore(logs): remove logs
1 parent 0d745e1 commit 95536c1

File tree

1 file changed

+0
-1
lines changed
  • frontend/src/app/pages/DashBoardPage/components/WidgetCore/DataChartWidget

1 file changed

+0
-1
lines changed

frontend/src/app/pages/DashBoardPage/components/WidgetCore/DataChartWidget/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const DataChartWidget: React.FC<{}> = memo(() => {
5555
if (!params) {
5656
return;
5757
}
58-
console.log(`params ---> `, params);
5958
widgetChartClick(widgetRef.current, params);
6059
},
6160
[widgetChartClick],

0 commit comments

Comments
 (0)