Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Oct 7, 2023
1 parent 95c9f75 commit 5d10184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changeset/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ func readKVPair(reader Reader) (*iavl.KVPair, error) {
return nil, err
}

fmt.Printf("key: %s\n", pair.Key)

if pair.Delete {
return &pair, nil
}
Expand Down

0 comments on commit 5d10184

Please sign in to comment.