Skip to content

Commit

Permalink
Cleanup logging and cleanup_stale_signers
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
  • Loading branch information
jferrant committed Jul 9, 2024
1 parent 830c636 commit f90bb29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stacks-signer/src/runloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,9 @@ impl<Signer: SignerTrait<T>, T: StacksMessageCodec + Clone + Send + Debug> RunLo
if stale {
debug!("{signer}: Signer's tenure has completed.");
to_delete.push(*idx);
continue;
}
}
for idx in to_delete {
println!("DELETING");
self.stacks_signers.remove(&idx);
}
}
Expand Down

0 comments on commit f90bb29

Please sign in to comment.