Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnainroopawalla committed Sep 2, 2023
1 parent 71bb11b commit 30ddca4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/aco/quadtree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,6 @@ export class Quadtree<T extends IQuadtree> {
this.divided = true;
}

// if (this.points.length < this.capacity) {
// this.points.push(point);
// return true;
// }

// if (!this.divided) {
// this.subdivide();
// this.divided = true;
// }

return (
this.topLeft.insert(point) ||
this.bottomLeft.insert(point) ||
Expand Down

0 comments on commit 30ddca4

Please sign in to comment.