Skip to content

Commit c4e3834

Browse files
committed
Remove debug and commented code
1 parent 22356c2 commit c4e3834

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

downstairs/src/repair.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use schemars::JsonSchema;
1616
use serde::Deserialize;
1717

1818
use super::*;
19-
//use crucible_common::RegionDefinition;
2019
use crate::extent::{extent_dir, extent_file_name, extent_path, ExtentType};
2120

2221
/**

upstairs/src/downstairs.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2394,9 +2394,6 @@ impl Downstairs {
23942394
self.log,
23952395
"{id} request to replace downstairs {old} with {new}"
23962396
);
2397-
for (i, c) in self.clients.iter().enumerate() {
2398-
info!(self.log, "Have target: {:?} at {:?}", c.target_addr, i);
2399-
}
24002397

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

0 commit comments

Comments
 (0)