Skip to content

Commit

Permalink
remove diffus print wip stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Dec 19, 2024
1 parent e32fbfb commit 827da9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nexus/reconfigurator/planning/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,12 +910,6 @@ mod test {
"2 -> 3 (expect new NTP zone on new sled):\n{}",
diff.display()
);
let diffus_diff = blueprint3.diff(&blueprint2);
println!("_______DIFFUS __________\n");
let change = diffus_diff.change();
println!("{:#?}", diffus_diff);
println!("{:#?}", change);
println!("________DIFFUS __________\n");
assert_contents(
"tests/output/planner_basic_add_sled_2_3.txt",
&diff.display().to_string(),
Expand Down

0 comments on commit 827da9f

Please sign in to comment.