Skip to content

Commit

Permalink
remove unnecessary info
Browse files Browse the repository at this point in the history
Signed-off-by: xixi <[email protected]>
  • Loading branch information
Hexilee committed Nov 28, 2022
1 parent 2162672 commit d17d6e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/meta/tkv.go
Original file line number Diff line number Diff line change
Expand Up @@ -2222,13 +2222,10 @@ func (m *kvMeta) scanDeletedSlices(ctx Context, scan deletedSliceScan) error {
return err
}

fmt.Println("find keys", len(keys))

var ss []Slice
var rs []int64
for _, key := range keys {
if len(key) != klen {
fmt.Println("invalid key length", len(key))
continue
}
ss := ss[:0]
Expand Down

0 comments on commit d17d6e4

Please sign in to comment.