Skip to content

Commit

Permalink
Oops, remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jochasinga committed Nov 2, 2022
1 parent 2a6748f commit 9cdaa58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transports/websocket/src/framed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ where
ListenerEvent::NewAddress(mut a) => {
a = a.with(proto.clone());
debug!("Listening on {}", a);
println!("Listening on {}", a);
ListenerEvent::NewAddress(a)
}
ListenerEvent::AddressExpired(mut a) => {
Expand Down

0 comments on commit 9cdaa58

Please sign in to comment.