We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244083 commit 68c4654Copy full SHA for 68c4654
hugr-passes/src/untuple.rs
@@ -219,8 +219,6 @@ fn remove_pack_unpack<'h, T: HugrView>(
219
let subcirc = SiblingSubgraph::try_from_nodes_with_checker(nodes, hugr, checker).unwrap();
220
let subcirc_signature = subcirc.signature(hugr);
221
222
- println!("Subgraph signature: {subcirc_signature}");
223
-
224
// The output port order in `SiblingSubgraph::try_from_nodes` is not too well defined.
225
// Check that the outputs are in the expected order.
226
debug_assert!(
0 commit comments