Skip to content

Commit

Permalink
remove unnecessary info
Browse files Browse the repository at this point in the history
Signed-off-by: xixi <hexilee@juicedata.io>
  • Loading branch information
Hexilee authored and zhijian-pro committed Nov 29, 2022
1 parent 204555d commit b1ed7a9
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 b1ed7a9

Please sign in to comment.