7-api-sequencing #8

Merged
foo merged 5 commits from 7-api-sequencing into main 2023-09-02 14:07:02 +00:00
Showing only changes of commit b1767bdaae - Show all commits

View File

@ -277,7 +277,7 @@ foreach my $z (keys %{$in->[0]->{zones}}) {
}
}
unless ($skip) {
_notice("Delete %s %s %s", $record->{host}, $record->{type}, $record->{data});
# _notice("Will delete %s %s %s", $record->{host}, $record->{type}, $record->{data});
delete_record($z, $record);
}
}