diff --git a/web/components/portfolio/portfolio-value-section.tsx b/web/components/portfolio/portfolio-value-section.tsx index cc9fb197..833060b4 100644 --- a/web/components/portfolio/portfolio-value-section.tsx +++ b/web/components/portfolio/portfolio-value-section.tsx @@ -18,7 +18,6 @@ export const PortfolioValueSection = memo( number | string | null >(null) const handleGraphDisplayChange = (p: { y: number } | undefined) => { - console.log(p) setGraphDisplayNumber(p != null ? formatMoney(p.y) : null) }