Skip to content

Commit

Permalink
Remove leftover debug point
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Aug 19, 2019
1 parent 26ac7e6 commit 20d71dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bastion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ impl Bastion {
pub(crate) fn fault_recovery(given: Supervisor, message_box: Box<dyn Message>) {
// Clone supervisor for trampoline bouncing
let trampoline_spv = given.clone();
println!("SPV RESTART: {:?}", trampoline_spv.clone().ctx.descendants);

// Push supervisor for next trampoline
let fark = FAULTED.clone();
Expand Down

0 comments on commit 20d71dc

Please sign in to comment.