Skip to content

Commit 11d3a68

Browse files
authored
Merge pull request #9666 from bhandras/invoice-bucket-tombstone-log-removal
lnd: remove unnecessary debug log to avoid misunderstanding
2 parents 54978af + 0c8b035 commit 11d3a68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config_builder.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,9 +1166,6 @@ func (d *DefaultDatabaseBuilder) BuildDatabase(
11661166
// need to return and ask the user switch back to using the
11671167
// native SQL store.
11681168
ripInvoices, err := dbs.ChanStateDB.GetInvoiceBucketTombstone()
1169-
d.logger.Debugf("Invoice bucket tombstone set to: %v",
1170-
ripInvoices)
1171-
11721169
if err != nil {
11731170
err = fmt.Errorf("unable to check invoice bucket "+
11741171
"tombstone: %w", err)

0 commit comments

Comments
 (0)