diff --git a/lib/core/src/recover/handlers/handle_send_swap.rs b/lib/core/src/recover/handlers/handle_send_swap.rs index 0fcd0df..7842e1e 100644 --- a/lib/core/src/recover/handlers/handle_send_swap.rs +++ b/lib/core/src/recover/handlers/handle_send_swap.rs @@ -191,7 +191,7 @@ impl SendSwapHandler { ) -> Result> { // Try cooperative first if let Ok(preimage) = swapper.get_submarine_preimage(swap_id).await { - println!("Found Send Swap {swap_id} preimage cooperatively: {preimage}"); + log::debug!("Found Send Swap {swap_id} preimage cooperatively: {preimage}"); return Ok(Some(preimage)); } warn!("Could not recover Send swap {swap_id} preimage cooperatively");