Skip to content

Commit a7729f3

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

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
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
..

hugr-core/src/hugr/persistent/tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ fn test_try_add_replacement(test_state_space: (CommitStateSpace, [CommitId; 4]))
350350
let mut persistent_hugr = persistent_hugr.clone();
351351
let repl4 = state_space.get_commit(commit4).replacement().unwrap();
352352
let result = persistent_hugr.try_add_replacement(repl4.clone());
353-
dbg!([state_space.base(), commit1, commit2, commit4]);
354353
assert!(
355354
result.is_ok(),
356355
"[commit1, commit2] + [commit4] are compatible. Got {:?}",

0 commit comments

Comments
 (0)