We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368c6bd commit 1441ea3Copy full SHA for 1441ea3
frontend/src/screens/App/screens/MapPane/components/MainMap/MapLibreMap.tsx
@@ -32,7 +32,6 @@ class MapLibreMap
32
private map: maplibregl.Map;
33
34
componentDidMount(): void {
35
- console.log(mapStyleUrl);
36
const map: maplibregl.Map = new maplibregl.Map({
37
container: this.mapContainer,
38
style: mapStyleUrl as unknown as string,
0 commit comments