mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes on client file (#14391)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/14412/head
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…
Reference in New Issue