Skip to content

Commit

Permalink
Housekeeping: remove commented println from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dlight committed Jul 9, 2024
1 parent d44cd3e commit 0f93609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ impl UdpMessages<UdpSend> {
bandwidth_limit: f64,
) -> UdpMessages<UdpSend> {
log::info!("UDP configured to send {vlen} messages (datagrams) at a time");
//std::println!("{}",udpdelay.unwrap().as_micros());
Self::new(socket, vlen, None, Some(dest), bandwidth_limit)
}

Expand Down

0 comments on commit 0f93609

Please sign in to comment.