Skip to content

Commit 375b2ba

Browse files
added filter for vector lengths
1 parent 12cf8ac commit 375b2ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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"
@@ -892,7 +891,5 @@ func getNew(key []byte, pstore *badger.DB, readTs uint64, readUids bool) (*List,
892891
if err != nil {
893892
return l, err
894893
}
895-
pk, _ := x.Parse(key)
896-
fmt.Println("READING ", pk, l.Print())
897894
return l, nil
898895
}

0 commit comments

Comments
 (0)