Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 26, 2024
1 parent a796b05 commit 807fb5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/grpc/FullTextSearch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ describe(`FulltextSearch API`, () => {
consistency_level: ConsistencyLevelEnum.Strong,
});

console.dir(search3, { depth: null });

expect(search3.status.error_code).toEqual(ErrorCode.SUCCESS);
});
});

0 comments on commit 807fb5b

Please sign in to comment.