Skip to content
Merged
8 changes: 0 additions & 8 deletions dev-tools/omdb/src/bin/omdb/nexus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2611,21 +2611,13 @@ fn print_task_support_bundle_collector(details: &serde_json::Value) {

if let Some(SupportBundleCollectionReport {
bundle,
listed_in_service_sleds,
listed_sps,
activated_in_db_ok,
mut steps,
ereports,
}) = collection_report
{
println!(" Support Bundle Collection Report:");
println!(" Bundle ID: {bundle}");
println!(
" Bundle was able to list in-service sleds: {listed_in_service_sleds}"
);
println!(
" Bundle was able to list service processors: {listed_sps}"
);

#[derive(Tabled)]
#[tabled(rename_all = "SCREAMING_SNAKE_CASE")]
Expand Down
Loading
Loading