From da337ea95a45339685e9c005d9c9ef958bcfe679 Mon Sep 17 00:00:00 2001 From: Platon Yasev Date: Thu, 2 Mar 2023 21:12:50 +0300 Subject: [PATCH] remove console --- src/Map/Popup.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Map/Popup.jsx b/src/Map/Popup.jsx index 5775e54..3dcf19a 100644 --- a/src/Map/Popup.jsx +++ b/src/Map/Popup.jsx @@ -152,7 +152,6 @@ const SingleFeaturePopup = ({ feature }) => { }; const MultipleFeaturesPopup = ({ features, onSelect }) => { - console.log(features); return (
{features.map((feature) => {