From 950e6fc7b28c016277667ed9d22d175ee273d039 Mon Sep 17 00:00:00 2001 From: Thomas Limoncelli Date: Fri, 21 Nov 2025 11:55:05 -0500 Subject: [PATCH] fixup! --- commands/ppreviewPush.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/ppreviewPush.go b/commands/ppreviewPush.go index 219484f63..0b9e11615 100644 --- a/commands/ppreviewPush.go +++ b/commands/ppreviewPush.go @@ -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 }