Skip to content

Commit

Permalink
Remove debug and commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
leftwo committed Feb 1, 2024
1 parent 22356c2 commit c4e3834
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion downstairs/src/repair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use schemars::JsonSchema;
use serde::Deserialize;

use super::*;
//use crucible_common::RegionDefinition;
use crate::extent::{extent_dir, extent_file_name, extent_path, ExtentType};

/**
Expand Down
3 changes: 0 additions & 3 deletions upstairs/src/downstairs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2394,9 +2394,6 @@ impl Downstairs {
self.log,
"{id} request to replace downstairs {old} with {new}"
);
for (i, c) in self.clients.iter().enumerate() {
info!(self.log, "Have target: {:?} at {:?}", c.target_addr, i);
}

// We check all targets first to not only find our current target,
// but to be sure our new target is not an already active target
Expand Down

0 comments on commit c4e3834

Please sign in to comment.