mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
chainntnfs: remove unnecessary print statement in tests
This commit is contained in:
parent
49ce1040d4
commit
112ad616f6
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ package chainntnfs_test
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"log"
|
||||
"sync"
|
||||
"testing"
|
||||
|
@ -359,7 +358,6 @@ func testMultiClientConfirmationNotification(miner *rpctest.Harness,
|
|||
wg.Add(1)
|
||||
go func() {
|
||||
<-confClient.Confirmed
|
||||
fmt.Println(i)
|
||||
wg.Done()
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue