Remove debug left on in error
This commit is contained in:
parent
b5a23d04a8
commit
cb7a98b42b
4
dns.go
4
dns.go
@ -9,7 +9,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
// "fmt"
|
||||||
dns "github.com/miekg/dns"
|
dns "github.com/miekg/dns"
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
@ -336,7 +336,7 @@ func (s *DNSServer) Query() *DNSResult {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Resp: %v\n", resp)
|
// fmt.Printf("Resp: %v\n", resp)
|
||||||
|
|
||||||
// was an SOA returned ?
|
// was an SOA returned ?
|
||||||
if soa, ok := resp.Answer[0].(*dns.SOA); !ok {
|
if soa, ok := resp.Answer[0].(*dns.SOA); !ok {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user