From db11088373983a571e7c6d3ef0e2e2d029b9c140 Mon Sep 17 00:00:00 2001 From: Jonathan Gander Date: Tue, 9 Dec 2025 11:40:13 -0400 Subject: [PATCH] PI-7769 Cleanup Home Refs --- main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.go b/main.go index 63651fb..b7a13f2 100644 --- a/main.go +++ b/main.go @@ -39,12 +39,6 @@ func main() { pkgSeen := make(map[string]bool) buildContext := build.Default for _, f := range files { - if strings.Contains(f, "wattpad/src/services/homeslice") { - pkgSeen["services/homeslice"] = true - } else if strings.Contains(f, "wattpad/src/services/home") { - pkgSeen["services/home"] = true - } - if isIgnored(f) { continue }