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(), };