trivial: remove unused print
This commit is contained in:
parent
8b894fe321
commit
acc0ec13e1
@ -442,7 +442,6 @@ func (b *boltArbitratorLog) CurrentState() (ArbitratorState, error) {
|
|||||||
//
|
//
|
||||||
// NOTE: Part of the ContractResolver interface.
|
// NOTE: Part of the ContractResolver interface.
|
||||||
func (b *boltArbitratorLog) CommitState(s ArbitratorState) error {
|
func (b *boltArbitratorLog) CommitState(s ArbitratorState) error {
|
||||||
fmt.Printf("yeee: %T\n", b.db)
|
|
||||||
return kvdb.Batch(b.db, func(tx kvdb.RwTx) error {
|
return kvdb.Batch(b.db, func(tx kvdb.RwTx) error {
|
||||||
scopeBucket, err := tx.CreateTopLevelBucket(b.scopeKey[:])
|
scopeBucket, err := tx.CreateTopLevelBucket(b.scopeKey[:])
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user