From 6c2c205dd8a949eb51a758e4996a9ee049230bc7 Mon Sep 17 00:00:00 2001 From: patrini32 <171664803+patrini32@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:55:32 +0300 Subject: [PATCH] Remove redundant debug print --- swap/src/cli/cancel_and_refund.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/swap/src/cli/cancel_and_refund.rs b/swap/src/cli/cancel_and_refund.rs index f4db3712..f21a765f 100644 --- a/swap/src/cli/cancel_and_refund.rs +++ b/swap/src/cli/cancel_and_refund.rs @@ -138,7 +138,6 @@ pub async fn refund( .is_ok() { // Alice already punished us, so we are out-of-sync with Alice and should set our state to the BtcPunished. - tracing::debug!("we are punished"); let state = BobState::BtcPunished { tx_lock_id: state6.tx_lock_id(), };