Skip to content

Commit

Permalink
remove extraneous print
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminran committed May 25, 2021
1 parent 1b9b014 commit 6fbdc7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pinecone/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"encoding/binary"
"errors"
"fmt"
"log"
"math"
"strconv"
)
Expand Down Expand Up @@ -94,7 +93,6 @@ func StringNdArrayToArr(array *NdArray) ([][]string, error) {
buf.Write(array.Buffer)

var vectorCount, vectorDim uint32
log.Print(array.Shape)
if len(array.Shape) == 1 {
vectorCount, vectorDim = 1, array.Shape[0]
} else {
Expand Down

0 comments on commit 6fbdc7a

Please sign in to comment.