mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-13 10:21:37 +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
|
// need to return and ask the user switch back to using the
|
||||||
// native SQL store.
|
// native SQL store.
|
||||||
ripInvoices, err := dbs.ChanStateDB.GetInvoiceBucketTombstone()
|
ripInvoices, err := dbs.ChanStateDB.GetInvoiceBucketTombstone()
|
||||||
d.logger.Debugf("Invoice bucket tombstone set to: %v",
|
|
||||||
ripInvoices)
|
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
err = fmt.Errorf("unable to check invoice bucket "+
|
err = fmt.Errorf("unable to check invoice bucket "+
|
||||||
"tombstone: %w", err)
|
"tombstone: %w", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user