@@ -334,7 +334,7 @@ mod integration {
334
334
ohttp_keys. clone ( ) ,
335
335
None ,
336
336
) ;
337
- println ! ( "session: {:#?}" , & session) ;
337
+ // println!("session: {:#?}", &session);
338
338
let pj_uri_string = session. pj_uri_builder ( ) . build ( ) . to_string ( ) ;
339
339
// Poll receive request
340
340
let ( req, ctx) = session. extract_req ( ) ?;
@@ -496,7 +496,7 @@ mod integration {
496
496
ohttp_keys. clone ( ) ,
497
497
None ,
498
498
) ;
499
- println ! ( "session: {:#?}" , & session) ;
499
+ // println!("session: {:#?}", &session);
500
500
let pj_uri_string = session. pj_uri_builder ( ) . build ( ) . to_string ( ) ;
501
501
// Poll receive request
502
502
let ( req, ctx) = session. extract_req ( ) ?;
@@ -1237,7 +1237,7 @@ mod integration {
1237
1237
handle_proposal ( proposal, receiver, custom_outputs, drain_script, custom_inputs) ?;
1238
1238
assert ! ( !proposal. is_output_substitution_disabled( ) ) ;
1239
1239
let psbt = proposal. psbt ( ) ;
1240
- tracing:: debug!( "Receiver's Payjoin proposal PSBT: {:#?}" , & psbt) ;
1240
+ // tracing::debug!("Receiver's Payjoin proposal PSBT: {:#?}", &psbt);
1241
1241
Ok ( psbt. to_string ( ) )
1242
1242
}
1243
1243
@@ -1328,7 +1328,7 @@ mod integration {
1328
1328
let payjoin_psbt = sender. wallet_process_psbt ( & psbt. to_string ( ) , None , None , None ) ?. psbt ;
1329
1329
let payjoin_psbt = sender. finalize_psbt ( & payjoin_psbt, Some ( false ) ) ?. psbt . unwrap ( ) ;
1330
1330
let payjoin_psbt = Psbt :: from_str ( & payjoin_psbt) ?;
1331
- tracing:: debug!( "Sender's Payjoin PSBT: {:#?}" , payjoin_psbt) ;
1331
+ // tracing::debug!("Sender's Payjoin PSBT: {:#?}", payjoin_psbt);
1332
1332
1333
1333
Ok ( payjoin_psbt. extract_tx ( ) ?)
1334
1334
}
0 commit comments