diff --git a/src/Components/Map/UtopiaMap.tsx b/src/Components/Map/UtopiaMap.tsx index e21c66da..16a7f3eb 100644 --- a/src/Components/Map/UtopiaMap.tsx +++ b/src/Components/Map/UtopiaMap.tsx @@ -43,8 +43,7 @@ function UtopiaMap({ console.log(e.latlng.lat + ',' + e.latlng.lng); selectNewItemPosition && setMapClicked({ position: e.latlng, setItemFormPopup: setItemFormPopup }) }, - moveend: (e) => { - console.log(e); + moveend: () => { } }) return null