Skip to content

Commit dc1205e

Browse files
committed
remove debug comment
1 parent 0eb9eb8 commit dc1205e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

week3/mergesort/assignment-collinear-points/FastCollinearPoints.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ private void calculateSegments() {
9898

9999
this.segments = Arrays.copyOf(this.segments, segments.length + 1);
100100
this.segments[segments.length - 1] = segment;
101-
102-
// TODO: remove duplicates!!!
103101
}
104102

105103
start = j;

0 commit comments

Comments
 (0)