Oz Tiram 4 ani în urmă
părinte
comite
e554dd4f1e
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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.