mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-28 12:39:51 +02:00
lnd: remove unnecessary debug log to avoid misunderstanding
This commit is contained in:
parent
b6d8ecc747
commit
0c8b0351d6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user