Skip to content

Commit

Permalink
style: remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 21, 2024
1 parent 0f138d1 commit 59ed56e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/demos/points.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,5 +504,3 @@ export const arrayWith500Points = [
export const arrayWith50000Points = Array(100)
.fill()
.reduce((acc) => acc.concat(arrayWith500Points), []);

console.log(arrayWith50000Points);

0 comments on commit 59ed56e

Please sign in to comment.