1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

payments: remove unnecessary log msg

This commit is contained in:
Anthony Akentiev 2024-11-26 13:09:47 +00:00
parent 60b6e7466f
commit 2999a6a434
No known key found for this signature in database
GPG key ID: 017A11DC01A79831

View file

@ -71,7 +71,6 @@ func New() AnyPpClientService {
*/
func (s *service) doClient(ctx context.Context, fn func(cl pp.DRPCAnyPaymentProcessingClient) error) error {
if len(s.nodeconf.PaymentProcessingNodePeers()) == 0 {
log.Error("no payment processing peers configured. Maybe you're on a custom network. Node config ID: " + s.nodeconf.Id())
return errors.New("no paymentProcessingNode peers configured. Maybe you're on a custom network. Node config ID: " + s.nodeconf.Id())
}