main.go: remove outdated comment

[skip ci]
This commit is contained in:
MkQtS 2026-08-05 21:00:05 +08:00 committed by GitHub
parent 4eb2f9a0f8
commit 21f09bcdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -432,7 +432,7 @@ func polishList(roughMap map[string]*Entry) []*Entry {
queuingList = append(queuingList, entry) queuingList = append(queuingList, entry)
} }
} }
// Remove redundant subdomains for full/domain without attr
for _, qentry := range queuingList { for _, qentry := range queuingList {
isRedundant := false isRedundant := false
var pd string // To be parent domain (with attrs) var pd string // To be parent domain (with attrs)