We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8cfeb commit 70f2f9bCopy full SHA for 70f2f9b
1 file changed
dnscrypt-proxy/xtransport.go
@@ -498,7 +498,6 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
498
}
499
500
xTransport.saveCachedIP(host, foundIP, ttl)
501
- dlog.Debugf("[%s] IP address [%s] added to the cache, valid for %v", host, foundIP, ttl)
502
return nil
503
504
0 commit comments