Skip to content

Commit

Permalink
✏️ Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Nov 21, 2024
1 parent c9cde45 commit 1c50376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const successCallback = (position) => {
if (geoJSONLayer) {
geoJSONLayer.eachLayer(function (layer) {
if (layer.getBounds().contains([lat, lng])) {
console.log(layer.feature.properties);
document.getElementById("card-state-area").innerText = layer.feature.properties.name + ", " + layer.feature.properties.state;
document.getElementById("card-zonecode").innerText = layer.feature.properties.jakim_code;
}
Expand Down

0 comments on commit 1c50376

Please sign in to comment.