Skip to content

Commit

Permalink
Removing overlooked console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan authored Sep 15, 2024
1 parent 7047abb commit 3e2badd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/turf-random/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function randomPolygon(
.map(vertexToCoordinate(randomPositionUnchecked(paddedBbox)));
features.push(polygon([vertices]));
}
console.log(JSON.stringify(featureCollection(features)));
return featureCollection(features);
}

Expand Down

0 comments on commit 3e2badd

Please sign in to comment.