Skip to content

Commit

Permalink
Removed extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Chitti-Ankith committed Mar 2, 2024
1 parent f2181a2 commit 16ed435
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pinecone/pinecone_validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ void validate_vector_nonzero(Vector* vector) {

void pinecone_spec_validator(const char *spec)
{
elog(NOTICE, "Validating spec: %s", spec);

bool empty = strcmp(spec, "") == 0;
if (empty || cJSON_Parse(spec) == NULL)
{
Expand Down

0 comments on commit 16ed435

Please sign in to comment.