Skip to content

Commit

Permalink
Removes printing of datalink config
Browse files Browse the repository at this point in the history
  • Loading branch information
robgonnella committed Sep 24, 2024
1 parent 79f5076 commit 647edeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions r-lanlib/src/packet/wire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ pub fn default(
socket_fd: None,
};

println!("cfg --> {:?}", cfg);

let channel = match pnet::datalink::channel(&interface.into(), cfg) {
Ok(pnet::datalink::Channel::Ethernet(tx, rx)) => Ok((tx, rx)),
Ok(_) => Err(std::io::Error::new(
Expand Down

0 comments on commit 647edeb

Please sign in to comment.