Remove println

This commit is contained in:
Miek Gieben 2011-01-15 10:38:35 +01:00
parent 54f158c23d
commit 117ab83ba4
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ func (r *RR_DNSKEY) Generate(bits int) (PrivateKey, os.Error) {
keybuf := make([]byte, 2)
if priv.PublicKey.E < 256 {
println(priv.PublicKey.E)
keybuf[0] = 1
keybuf[1] = uint8(priv.PublicKey.E)
} else {