Skip to content

Commit

Permalink
cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Jul 3, 2024
1 parent 0964ea8 commit 420e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MapInfoSection/MapInfoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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])),
Expand Down

0 comments on commit 420e739

Please sign in to comment.