Skip to content

Commit

Permalink
Remove a left over trace
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Apr 29, 2024
1 parent e2d46ab commit db12fe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resolver/doh.go
Expand Up @@ -101,7 +101,6 @@ func (r *DOH) resolve(ctx context.Context, q query.Query, buf []byte, rt http.Ro
req.Header.Set("X-Device-Ip", ci.IP)
}
if ci.Model != "" {
println(ci.Model)
req.Header.Set("X-Device-Model", ci.Model)
}
if ci.Name != "" {
Expand Down

0 comments on commit db12fe7

Please sign in to comment.