gandi: Delete unnecessary comment

This commit is contained in:
Richard Hansen 2024-07-28 00:26:49 -04:00
parent 26d7aa500a
commit 15595d01ac

View file

@ -6905,7 +6905,6 @@ EoEXAMPLE
###################################################################### ######################################################################
sub nic_gandi_update { sub nic_gandi_update {
debug("\nnic_gandi_update -------------------"); debug("\nnic_gandi_update -------------------");
# Update each set configured host.
for my $h (@_) { for my $h (@_) {
for my $ipv ('ipv4', 'ipv6') { for my $ipv ('ipv4', 'ipv6') {
my $ip = delete $config{$h}{"want$ipv"}; my $ip = delete $config{$h}{"want$ipv"};