Skip to content

Commit 1441ea3

Browse files
committed
Remove console log for map style URL in MapLibreMap component
1 parent 368c6bd commit 1441ea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/screens/App/screens/MapPane/components/MainMap/MapLibreMap.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class MapLibreMap
3232
private map: maplibregl.Map;
3333

3434
componentDidMount(): void {
35-
console.log(mapStyleUrl);
3635
const map: maplibregl.Map = new maplibregl.Map({
3736
container: this.mapContainer,
3837
style: mapStyleUrl as unknown as string,

0 commit comments

Comments
 (0)