From a67213e6692a56f227bf7d3b182bc2e89f3114ec Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 26 Oct 2025 15:27:04 +0000 Subject: [PATCH] chore(dashboard): remove console.log --- apps/dashboard/src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index dff38ee..71e4f48 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -356,8 +356,6 @@ function SystemTile({ }, }, }) - - console.log("chartRef.current", chartRef.current) } useLayoutEffect(() => {