This commit is contained in:
Thomas Limoncelli 2025-11-21 11:55:05 -05:00
parent 6bc0116573
commit 950e6fc7b2
No known key found for this signature in database

View file

@ -414,7 +414,6 @@ func prun(args PPreviewArgs, push bool, interactive bool, out printer.CLI, repor
// filter. The filter string is a comma-separated list of domain names. If the
// filter string is empty or "all", all domains are returned.
func whichZonesToProcess(domains []*models.DomainConfig, filter string) []*models.DomainConfig {
fmt.Printf("###DEBUG: whichZonesToProcess filter=%q\n", filter)
if filter == "" || filter == "all" {
return domains
}