remove debugging

This commit is contained in:
Miek Gieben 2012-08-03 09:31:47 -07:00
parent f62863dc27
commit 023ef1f3cd
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ func (z *Zone) Remove(r RR) error {
// Find search the zone data and returns a node or nil when
// nothing is found.
func (z *Zone) Find(s string) *ZoneData {
println("looking for", toRadixName(s))
if z.Radix == nil {
println("huh nil")
return nil