Avoid duplicate log
Some checks failed
CodeQL scan / Analyze (push) Has been cancelled
GitHub CI / Build (push) Has been cancelled
ShiftLeft Scan / Scan-Build (push) Has been cancelled

This commit is contained in:
Frank Denis 2025-02-22 01:20:50 +01:00
parent 2d8cfebe8b
commit 70f2f9b424

View file

@ -498,7 +498,6 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
}
}
xTransport.saveCachedIP(host, foundIP, ttl)
dlog.Debugf("[%s] IP address [%s] added to the cache, valid for %v", host, foundIP, ttl)
return nil
}