mirror of
https://github.com/arnaucube/go-merkletree-iden3.git
synced 2026-02-07 03:26:46 +01:00
Remove Database closed log message
This commit is contained in:
@@ -2,7 +2,6 @@ package leveldb
|
||||
|
||||
import (
|
||||
"github.com/iden3/go-merkletree/db"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/syndtr/goleveldb/leveldb"
|
||||
"github.com/syndtr/goleveldb/leveldb/errors"
|
||||
"github.com/syndtr/goleveldb/leveldb/opt"
|
||||
@@ -127,7 +126,6 @@ func (l *Storage) Close() {
|
||||
if err := l.ldb.Close(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
log.Info("Database closed")
|
||||
}
|
||||
|
||||
// LevelDB is an extra method that returns the *leveldb.DB
|
||||
|
||||
Reference in New Issue
Block a user