Skip to content

Commit 68c4654

Browse files
committed
Remove printf
1 parent 6244083 commit 68c4654

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hugr-passes/src/untuple.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ fn remove_pack_unpack<'h, T: HugrView>(
219219
let subcirc = SiblingSubgraph::try_from_nodes_with_checker(nodes, hugr, checker).unwrap();
220220
let subcirc_signature = subcirc.signature(hugr);
221221

222-
println!("Subgraph signature: {subcirc_signature}");
223-
224222
// The output port order in `SiblingSubgraph::try_from_nodes` is not too well defined.
225223
// Check that the outputs are in the expected order.
226224
debug_assert!(

0 commit comments

Comments
 (0)