autopilot: remove spammy trace log
This commit is contained in:
parent
2eb718e177
commit
0769cae565
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user