Skip to content

Commit

Permalink
Remove unnecessary text
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Jun 8, 2024
1 parent 4b5279a commit 27df32b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onion_messenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl EntropySource for MessengerUtilities {

impl Logger for MessengerUtilities {
fn log(&self, record: Record) {
//println!("ARE WE GETTING ANY LDK LOGS??? {record:?}");
let args_str = record.args.to_string();
match record.level {
Level::Gossip => {}
Expand Down

0 comments on commit 27df32b

Please sign in to comment.