From 420e73940a187efc972e99f822e05d5a1d83b2a5 Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Wed, 3 Jul 2024 10:42:17 -0500 Subject: [PATCH] cleanup console.log --- components/MapInfoSection/MapInfoSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MapInfoSection/MapInfoSection.tsx b/components/MapInfoSection/MapInfoSection.tsx index 3cadf49..f802490 100644 --- a/components/MapInfoSection/MapInfoSection.tsx +++ b/components/MapInfoSection/MapInfoSection.tsx @@ -73,7 +73,7 @@ export const MapInfoSection: React.FC = () => { const tooltipData = globals.ds.formatTooltipData(res[0]) const parentCompanyData = formatParentCompanyData(res[0]) const race = cleanRaceData(res[0]) - console.log("parentCompanyData", parentCompanyData) + setData({ id: clicked.id, data: JSON.parse(globals.ds.stringifyJsonWithBigInts(res[0])),