Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Dec 14, 2023
1 parent d1bf36f commit df86da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openatlas/static/js/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function updateCoordinatesInput(event) {
point.y * scaleFactor
];
});
console.log("converted" ,coordinates, "bounds", drawnItems.getBounds(), mapinstance.getZoom());
$('#coordinate').val(coordinates);
} else {
$('#coordinate').val('');
Expand Down

0 comments on commit df86da7

Please sign in to comment.