Skip to content

Commit

Permalink
style: remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed May 31, 2022
1 parent 18484a3 commit 39d9ca2
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 @@ -410,7 +410,6 @@ fn main() -> anyhow::Result<()> {
let small_thresh = t.value_of_t("small-thresh").unwrap();
let filter_list = t.value_of("quant-subset");
let large_graph_thresh: usize = t.value_of_t("large-graph-thresh").unwrap();
crit!(log, "large graph thresh = {}", large_graph_thresh);
let umi_edit_dist: u32 = t.value_of_t("umi-edit-dist").unwrap();
let mut pug_exact_umi = false;

Expand Down

0 comments on commit 39d9ca2

Please sign in to comment.