diff --git a/FE/src/components/StockIndex/Chart.tsx b/FE/src/components/StockIndex/Chart.tsx index b3e17c8e..2ab43205 100644 --- a/FE/src/components/StockIndex/Chart.tsx +++ b/FE/src/components/StockIndex/Chart.tsx @@ -39,7 +39,6 @@ export function Chart({ name }: StockIndexChartProps) {

-31.55(-1.2%)

{ chartHeight - (chartHeight * (point - yMin)) / (yMax - yMin); - console.log(point); - if (i === 0) { ctx.moveTo(x, y); } else {