Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishgibbs committed Feb 24, 2023
1 parent 7f3eb8a commit fb446fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ fn detect_stay_points(

while j <= records.len() {

// It is quicker to build up a min and max with logical comparisons than to use min and max functions
if records[j-1].point.x < min_x {
min_x = records[j-1].point.x;
}
Expand Down

0 comments on commit fb446fd

Please sign in to comment.