remove these printlns

This commit is contained in:
Miek Gieben 2013-03-20 22:35:13 +00:00
parent 72ba10e3d7
commit a00f1d82de
1 changed files with 0 additions and 3 deletions

View File

@ -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 {