From 807fb5bbd47cba94a95cf7e955d3208e6bce52fd Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 26 Nov 2024 16:06:48 +0800 Subject: [PATCH] remove console Signed-off-by: ryjiang --- test/grpc/FullTextSearch.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/grpc/FullTextSearch.spec.ts b/test/grpc/FullTextSearch.spec.ts index 8e4a018d..3560d555 100644 --- a/test/grpc/FullTextSearch.spec.ts +++ b/test/grpc/FullTextSearch.spec.ts @@ -252,8 +252,6 @@ describe(`FulltextSearch API`, () => { consistency_level: ConsistencyLevelEnum.Strong, }); - console.dir(search3, { depth: null }); - expect(search3.status.error_code).toEqual(ErrorCode.SUCCESS); }); });