Skip to content

Commit 0c8b035

Browse files
committed
lnd: remove unnecessary debug log to avoid misunderstanding
1 parent b6d8ecc commit 0c8b035

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)