From 0769cae565ab55b8b9341686b784ea2ae75ab667 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 3 Sep 2017 16:46:49 -0700 Subject: [PATCH] autopilot: remove spammy trace log --- autopilot/graph.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/autopilot/graph.go b/autopilot/graph.go index 3c47f41a..1e5a7515 100644 --- a/autopilot/graph.go +++ b/autopilot/graph.go @@ -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 }