Skip to content

Commit

Permalink
vrrp: unused print removed
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Wekesa <paul1tw1@gmail.com>
  • Loading branch information
Paul-weqe committed Sep 19, 2024
1 parent 52eabe9 commit 4ff1cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion holo-vrrp/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ impl MacVlanInterface {
let net = InterfaceNet::new(&self.name, tx_channels)
.expect("Failed to initialize VRRP tasks");
self.net = Some(net);
println!("...");
}
}

Expand Down

0 comments on commit 4ff1cac

Please sign in to comment.