diff --git a/THG/thg.js b/THG/thg.js index 866019a..27da4ad 100644 --- a/THG/thg.js +++ b/THG/thg.js @@ -108,7 +108,6 @@ } if (ll.distanceTo(stonePos) > 5) { L.marker(stonePos, {icon: yellowIcon}).addTo(mymap); - alert(`add to ${stonePos}`); } p.innerText = s; div.appendChild(p);