mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Delete unused codes on client file (#14391)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
255ec011a3
commit
d27d627c8b
@ -308,7 +308,6 @@ class MilvusClient(object):
|
||||
if guarantee_timestamp is not None:
|
||||
params.update({"guarantee_timestamp": guarantee_timestamp})
|
||||
|
||||
# logger.debug("Params of search : %s" % str(params))
|
||||
result = self._milvus.search(tmp_collection_name, **params)
|
||||
|
||||
# must_params = [vector_query]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user