Skip to content

Commit 2cdc5be

Browse files
committed
Remove temp debug output
1 parent 91ac02f commit 2cdc5be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resolve.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@ impl Bridge {
446446
total += global_alignment_distance(path_i.as_slice(), path_j.as_slice(),
447447
unitig_lengths);
448448
}
449-
eprintln!("Bridge {} → {}: path {:?} has total distance {}",
450-
sign_at_end(start), sign_at_end(end), sign_at_end_vec(path_i), total); // TEMP
451449
if total < best_total || (total == best_total && compare_paths(path_i, &best_path)) {
452450
best_total = total;
453451
best_path = path_i.clone();

0 commit comments

Comments
 (0)