Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 20, 2022
1 parent a19a5bd commit 55d6ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions versiondb/tmdb/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tmdb

import (
"bytes"
"fmt"

"github.com/RoaringBitmap/roaring/roaring64"
"github.com/cosmos/cosmos-sdk/store/types"
Expand Down Expand Up @@ -127,7 +126,6 @@ func (iter *Iterator) resolve() (err error) {
}

iter.status = compareKey(pkey, hkey, iter.reverse)
fmt.Println("compare result", iter.status, string(pkey), string(hkey))
switch iter.status {
case -2:
// end of iteration
Expand Down

0 comments on commit 55d6ed9

Please sign in to comment.