Skip to content

Commit

Permalink
enable trace patch
Browse files Browse the repository at this point in the history
  • Loading branch information
holtjma committed Dec 3, 2024
1 parent e4894e4 commit 8c141f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dual_consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,14 +477,11 @@ impl<'a> DualConsensusDWFA<'a> {
);
trace!("\tadding to ret");//: {dual_con_result:?}");
trace!("\tcon1: {}", std::str::from_utf8(dual_con_result.consensus1().sequence())?);
trace!("\tcon2: {}", std::str::from_utf8(dual_con_result.consensus2().unwrap().sequence())?);
/*
if let Some(c2) = dual_con_result.consensus2() {
trace!("\tcon2: {}", std::str::from_utf8(c2.sequence())?);
} else {
trace!("\tcon2: None");
}
*/
ret.push(dual_con_result);
}
} else {
Expand Down

0 comments on commit 8c141f5

Please sign in to comment.