rust: Remove leftover debug println
Remove the debug println from rust/src/lib/ifaces/inter_ifaces.rs. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
78f4fdb89c
commit
e3b931ebb1
@ -416,11 +416,6 @@ impl Interfaces {
|
||||
if let Some(cur_iface) =
|
||||
current.kernel_ifaces.get(src_iface_name)
|
||||
{
|
||||
println!(
|
||||
"per {:?} mac {:?}",
|
||||
cur_iface.base_iface().permanent_mac_address,
|
||||
cur_iface.base_iface().mac_address
|
||||
);
|
||||
if !is_opt_str_empty(
|
||||
&cur_iface.base_iface().permanent_mac_address,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user