Oz Tiram 4 vuotta sitten
vanhempi
commit
e554dd4f1e
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      example.go

+ 0 - 1
example.go

@@ -36,7 +36,6 @@ func (e Example) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
 
 	// Debug log that we've have seen the query. This will only be shown when the debug plugin is loaded.
 	state := request.Request{W: w, Req: r}
-	fmt.Fprintln(out, state.QName())
 	log.Debug("Received response")
 
 	// Wrap.