diff --git a/ddclient.in b/ddclient.in index e12ec5f..702cbf6 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5911,7 +5911,6 @@ sub nic_mythicdyn_update { # Update each set configured host. foreach my $h (@_) { info("%s -- Setting IP address.", $h); - verbose("UPDATE:", "updating %s", $h); my $ipversion = $config{$h}{'ipv6'} ? '6' : '4';