Skip to content

Commit

Permalink
2020-09-1 #1 fix dnspod subdomain parm
Browse files Browse the repository at this point in the history
  • Loading branch information
terrydash committed Sep 1, 2020
1 parent e56d54f commit b9d1d14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dns/dnspod.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9d1d14

Please sign in to comment.