Skip to content

Commit

Permalink
Update hugr-passes/src/force_order.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Seyon Sivarajah <[email protected]>
  • Loading branch information
aborgna-q and ss2165 authored Aug 8, 2024
1 parent 1bc1ab7 commit d5d62a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hugr-passes/src/force_order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub fn force_order_by_key<H: HugrMut, K: Ord>(
.filter(|n| hugr.get_optype(*n).tag() <= OpTag::DataflowParent)
.collect_vec();
for dp in dataflow_parents {
println!("Dataflow parent: {:?}", dp);
// we filter out the input and output nodes from the topological sort
let [i, o] = hugr.get_io(dp).unwrap();
let rank = |n| rank(hugr, n);
Expand Down

0 comments on commit d5d62a9

Please sign in to comment.