diff --git a/src/components/WorldMap.tsx b/src/components/WorldMap.tsx index 05b22521..c64c3f43 100644 --- a/src/components/WorldMap.tsx +++ b/src/components/WorldMap.tsx @@ -82,13 +82,7 @@ export function WorldMap({ data, label }: WorldMapProps) { svgRef.current, getColorForValue, dataByCountryCode - ).on("click", (_event, countryPath) => { - console.log({ - _event, - countryPath - }); - // onCountryClick(countryPath as unknown as WorldJsonCountryData); - }); + ); } }, [theme, systemTheme, maxValue, dataByCountryCode]);