autopilot: remove spammy trace log

This commit is contained in:
Olaoluwa Osuntokun 2017-09-03 16:46:49 -07:00
parent 2eb718e177
commit 0769cae565
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -113,8 +113,6 @@ func (d *databaseChannelGraph) ForEachNode(cb func(Node) error) error {
// addresses. As we won't be able to reach them to actually
// open any channels.
if len(n.Addresses) == 0 {
log.Tracef("Skipping unreachable node %x",
n.PubKey.SerializeCompressed())
return nil
}