Skip to content

Commit

Permalink
Update MapService.ts
Browse files Browse the repository at this point in the history
console removed
  • Loading branch information
abhilash-aot authored Oct 16, 2024
1 parent 5391c7d commit d7605f3
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 @@ -160,7 +160,6 @@ class MapService {
});
map.addControl(geocoderControl);
map.on('geosearch/showlocation', (e) => {
console.log((e as any).location);
L.popup()
.setLatLng([(e as any).location.y, (e as any).location.x])
.setContent(`${(e as any).location.label}`)
Expand Down

0 comments on commit d7605f3

Please sign in to comment.