Skip to content

Commit

Permalink
autopilot: remove spammy trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Sep 3, 2017
1 parent 2eb718e commit 0769cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autopilot/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0769cae

Please sign in to comment.