Skip to content

Commit cdb7879

Browse files
committed
remove log
1 parent fba16cd commit cdb7879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/geoportal/src/app/components/GeoportalMap/GeoportalMap.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export const GeoportalMap = ({ height, width, allow3d }: MapProps) => {
319319
}
320320

321321
const currentParams = getHashParams();
322-
console.log("xxx", lat, lng, zoom, currentParams);
323322

324323
const latTruncated = lat.toFixed(8);
325324
const lngTruncated = lng.toFixed(8);

0 commit comments

Comments
 (0)