Skip to content

Commit

Permalink
remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Jan 7, 2025
1 parent bcf6f8c commit 76be221
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nexus/src/app/background/tasks/support_bundle_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ impl SupportBundleCollector {
.zpool_get_sled_if_in_service(&opctx, bundle.zpool_id.into())
.await;

println!("zpool_get_sled_if_in_service result: {result:?}");

let delete_from_db = match result {
Ok(sled_id) => {
match self
Expand Down Expand Up @@ -429,7 +427,6 @@ impl<'a> BundleCollection<'a> {
// as it's being collected.
let dir = tempdir()?;

println!("created tempdir, starting collection");
let mut collection = Box::pin(self.collect_bundle_as_file(&dir));

// We periodically check the state of the support bundle - if a user
Expand Down

0 comments on commit 76be221

Please sign in to comment.