Skip to content

Commit

Permalink
Merge pull request #10 from jfbourdon/fix_classify_overlap
Browse files Browse the repository at this point in the history
commenting out line
  • Loading branch information
jfbourdon authored Jun 29, 2022
2 parents 5b07d69 + 17fc0a0 commit ce306d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ impl WhiteboxTool for ClassifyOverlapPoints {
}
}

println!("Num. overlapping points flagged: {num_overlap}");
//println!("Num. overlapping points flagged: {num_overlap}");

let mut output = LasFile::initialize_using_file(&output_file, &input);
output.header.system_id = "EXTRACTION".to_string();
Expand Down

0 comments on commit ce306d8

Please sign in to comment.