Kill a console log

This commit is contained in:
Marshall Polaris 2022-10-04 01:34:17 -07:00
parent 31c6cb7739
commit 45b281fac5

View File

@ -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)
}