Skip to content

Commit

Permalink
Update openstreetmap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalacato committed Nov 4, 2024
1 parent 1dbb345 commit 11c6c6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/openstreetmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ function updateMarkers( map ) {
}

function updateGeoFields( markerData ) {
console.log(markerData);

// Update hidden CMB2 fields with the marker data.
jQuery( '#location_geometry_coordinates' ).val( JSON.stringify( markerData ) );
}

0 comments on commit 11c6c6a

Please sign in to comment.