mythicdyn: remove duplicate ‘verbose’ output

This commit is contained in:
Reuben Thomas 2023-01-13 19:37:52 +01:00
parent 20f74c3279
commit 620daf4130

View file

@ -5911,7 +5911,6 @@ sub nic_mythicdyn_update {
# Update each set configured host. # Update each set configured host.
foreach my $h (@_) { foreach my $h (@_) {
info("%s -- Setting IP address.", $h); info("%s -- Setting IP address.", $h);
verbose("UPDATE:", "updating %s", $h);
my $ipversion = $config{$h}{'ipv6'} ? '6' : '4'; my $ipversion = $config{$h}{'ipv6'} ? '6' : '4';