Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBirtch-aot committed Oct 22, 2024
1 parent 9286ac3 commit abf0026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/src/components/Map/services/MapService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class MapService {
map.on('draw:created', (e) => {
const layer = e.layer;
if (drawnItems.getLayers().length === options.numPoints) {
console.log('too many markers');
map.closePopup();
L.popup()
.setLatLng(map.getCenter())
Expand Down

0 comments on commit abf0026

Please sign in to comment.