Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Mar 21, 2013
1 parent 031d6a9 commit 1293c18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unbound.go
Expand Up @@ -114,7 +114,6 @@ func errorString(i int) string {
// unbound version from 1.4.20 (inclusive) and above fill in the Tll in the result
// check if we have such a version
func (u *Unbound) haveTtl() bool {
println(u.version[0], u.version[1], u.version[2])
if u.version[0] < 1 {
return false
}
Expand Down

0 comments on commit 1293c18

Please sign in to comment.