From 34a466d82573d8a67f5214ccd19c72b318e8d153 Mon Sep 17 00:00:00 2001 From: terrydash Date: Tue, 1 Sep 2020 22:22:17 +0800 Subject: [PATCH] 2020-09-1 #1 fix dnspod subdomain parm --- dns/dnspod.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/dns/dnspod.go b/dns/dnspod.go index 06abd50e18..f892398b6c 100644 --- a/dns/dnspod.go +++ b/dns/dnspod.go @@ -74,8 +74,6 @@ func (dnspod *Dnspod) addUpdateDomainRecords(recordType string) { return } - log.Println(domain.SubDomain) - log.Println(domain.DomainName) if len(result.Records) > 0 { // 更新 dnspod.modify(result, domain, recordType, ipAddr)