mirror of
https://github.com/miekg/dns.git
synced 2026-05-05 22:56:10 +02:00
remove these printlns
This commit is contained in:
parent
72ba10e3d7
commit
a00f1d82de
3
types.go
3
types.go
@ -519,11 +519,8 @@ func (rr *SPF) Header() *RR_Header { return &rr.Hdr }
|
||||
func (rr *SPF) copy() RR { return &SPF{*rr.Hdr.copyHeader(), rr.Txt} }
|
||||
|
||||
func (rr *SPF) String() string {
|
||||
println("DDSDDSDS")
|
||||
s := rr.Hdr.String()
|
||||
println("LENGTH", len(rr.Txt))
|
||||
for i, s1 := range rr.Txt {
|
||||
println(i, "DDDSDS")
|
||||
if i > 0 {
|
||||
s += " " + strconv.QuoteToASCII(s1)
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user