Skip to content

Commit b6867cc

Browse files
authored
Update web-vite/src/app/reducer/index.ts
1 parent 8f0246d commit b6867cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-vite/src/app/reducer/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ function appReducer(state: AppState, action: AppAction) {
9797

9898
const bounds = state.map.getBounds().toArray();
9999
const [[minX, minY], [maxX, maxY]] = bounds;
100-
console.log(bounds);
101100
const poly = tBboxPolygon([minX, minY, maxX, maxY]);
102101
const area = tArea(poly);
103102
const formattedArea = new Intl.NumberFormat().format(

0 commit comments

Comments
 (0)