Skip to content

Commit 9135262

Browse files
committed
fix: remove console log from handleCountryClick in WorldMap component
1 parent 1dc0a63 commit 9135262

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ export function WorldMap({
219219
}, [countries, selectedColor]);
220220

221221
const handleCountryClick = (countryId: string) => {
222-
console.log('countryId', countryId);
223222
if (isSelectable) {
224223
setFillColors((prevColors) => {
225224
const currentColor = prevColors[countryId];

0 commit comments

Comments
 (0)