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:
Gris Ge 2022-01-18 09:54:45 +08:00
parent 78f4fdb89c
commit e3b931ebb1

View File

@ -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,
) {