lnd: remove unnecessary debug log to avoid misunderstanding

This commit is contained in:
Andras Banki-Horvath 2025-04-01 13:03:56 +02:00
parent b6d8ecc747
commit 0c8b0351d6
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -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)