From 0c8b0351d67b21041ab43b6457bb9a5910df0346 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 1 Apr 2025 13:03:56 +0200 Subject: [PATCH] lnd: remove unnecessary debug log to avoid misunderstanding --- config_builder.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config_builder.go b/config_builder.go index e18c0b2ff..d4106a0ab 100644 --- a/config_builder.go +++ b/config_builder.go @@ -1166,9 +1166,6 @@ func (d *DefaultDatabaseBuilder) BuildDatabase( // need to return and ask the user switch back to using the // native SQL store. ripInvoices, err := dbs.ChanStateDB.GetInvoiceBucketTombstone() - d.logger.Debugf("Invoice bucket tombstone set to: %v", - ripInvoices) - if err != nil { err = fmt.Errorf("unable to check invoice bucket "+ "tombstone: %w", err)