Skip to content

Commit

Permalink
GODRIVER-3345 Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 18, 2024
1 parent 48fc115 commit f8140da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vectorstores/mongovector/mongovector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func setupAtlas(ctx context.Context) (*atlasContainer, error) {
RawQuery: "directConnection=true",
}

fmt.Println(uri.String())

atlasC.URI = uri.String()

return atlasC, nil
Expand Down

0 comments on commit f8140da

Please sign in to comment.