Skip to content

Commit 70f2f9b

Browse files
committed
Avoid duplicate log
1 parent 2d8cfeb commit 70f2f9b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dnscrypt-proxy/xtransport.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
498498
}
499499
}
500500
xTransport.saveCachedIP(host, foundIP, ttl)
501-
dlog.Debugf("[%s] IP address [%s] added to the cache, valid for %v", host, foundIP, ttl)
502501
return nil
503502
}
504503

0 commit comments

Comments
 (0)