Skip to content

Commit bb00f56

Browse files
added filter for vector lengths
1 parent aba3e55 commit bb00f56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

posting/mvcc.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"bytes"
1010
"context"
1111
"encoding/hex"
12-
"fmt"
1312
"math"
1413
"strconv"
1514
"sync"
@@ -884,7 +883,5 @@ func getNew(key []byte, pstore *badger.DB, readTs uint64, readUids bool) (*List,
884883
if err != nil {
885884
return l, err
886885
}
887-
pk, _ := x.Parse(key)
888-
fmt.Println(key, pk, l.Print())
889886
return l, nil
890887
}

0 commit comments

Comments
 (0)