Skip to content

Commit c109959

Browse files
committed
remove stray print
1 parent 6bcec20 commit c109959

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hugr-core/src/hugr/persistent.rs

-3
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ impl PersistentHugr {
306306
};
307307
let repl = repl.map_host_nodes(|n| node_map[&n]);
308308

309-
println!("applying replacement for commit : {:?}", commit_id);
310-
println!("{}", hugr.mermaid_string());
311-
dbg!(&node_map);
312309
let simple_replace::Outcome {
313310
node_map: new_node_map,
314311
..

0 commit comments

Comments
 (0)