mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
trivial: remove unused print
This commit is contained in:
parent
8b894fe321
commit
acc0ec13e1
1 changed files with 0 additions and 1 deletions
|
@ -442,7 +442,6 @@ func (b *boltArbitratorLog) CurrentState() (ArbitratorState, error) {
|
|||
//
|
||||
// NOTE: Part of the ContractResolver interface.
|
||||
func (b *boltArbitratorLog) CommitState(s ArbitratorState) error {
|
||||
fmt.Printf("yeee: %T\n", b.db)
|
||||
return kvdb.Batch(b.db, func(tx kvdb.RwTx) error {
|
||||
scopeBucket, err := tx.CreateTopLevelBucket(b.scopeKey[:])
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue