trivial: remove unused print

This commit is contained in:
yyforyongyu 2020-08-28 17:09:39 +08:00
parent 8b894fe321
commit acc0ec13e1
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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 {