diff --git a/src/components/map/LiveMap.tsx b/src/components/map/LiveMap.tsx index 1e00b83..7740628 100644 --- a/src/components/map/LiveMap.tsx +++ b/src/components/map/LiveMap.tsx @@ -79,7 +79,7 @@ export const LiveMap: react.FC = ( props: LiveMapProperties ) => { const [scope, setScope] = useState(props.scope); - console.log(`LiveMap rendering: ${JSON.stringify(scope)}`); + // console.log(`LiveMap rendering: ${JSON.stringify(scope)}`); const transform = (t: Transformation) => { const deltaZoom = t.deltaZoom === null ? 1 : t.deltaZoom; const deltaZoomLevel = Math.log2(deltaZoom);