Remove spurious log.Info prints.
This commit is contained in:
parent
66d6f10d5d
commit
30f2003301
1 changed files with 0 additions and 3 deletions
|
@ -73,7 +73,6 @@ func OpenDB(dbpath string) (btcdb.Db, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Info("Opening DB\n")
|
||||
|
||||
// Need to find last block and tx
|
||||
|
||||
|
@ -127,8 +126,6 @@ blocknarrow:
|
|||
ldb.lastBlkIdx = lastknownblock
|
||||
ldb.nextBlock = lastknownblock + 1
|
||||
|
||||
log.Info("Opening DB: completed\n")
|
||||
|
||||
return db, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue