removed logging

This commit is contained in:
Anton Tranelis 2024-07-16 14:16:52 +02:00
parent f310bb7033
commit 020ab51681

View File

@ -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