Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 4, 2025
1 parent b638c21 commit 189cfdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dag_in_context/src/greedy_dag_extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,6 @@ impl<'a> Extractor<'a> {
None => NotNan::new(0.).unwrap(),
};

if is_free {
unshared_cost = NotNan::new(0.).unwrap();
}

let mut cost = unshared_cost;

let new_term = {
Expand Down

0 comments on commit 189cfdf

Please sign in to comment.