From 20d71dcf600d6a806c6d4df36313a254abac112b Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Mon, 19 Aug 2019 20:39:34 +0200 Subject: [PATCH] Remove leftover debug point --- src/bastion.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bastion.rs b/src/bastion.rs index 85d030e1..5f9c0ee7 100644 --- a/src/bastion.rs +++ b/src/bastion.rs @@ -104,7 +104,6 @@ impl Bastion { pub(crate) fn fault_recovery(given: Supervisor, message_box: Box) { // 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();