Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed May 3, 2024
1 parent 9731092 commit 66a604f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network/backend/lnd/lnd.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ func (l Backend) SubscribeRoutingEvents(ctx context.Context, channelEvents chan
return err
}

l.logger.Debug("routing event received", logging.Object("event", event.GetSubscribedEvent()))
channelEvents <- protoToRoutingEvent(event)
}
}
Expand Down

0 comments on commit 66a604f

Please sign in to comment.