Remove redundant debug print

This commit is contained in:
patrini32 2024-06-06 16:55:32 +03:00 committed by patrini32
parent 4b5c54e3e4
commit 89ea49910c

View File

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