[skip e2e] Delete unused codes on client file (#14391)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-12-28 13:31:34 +08:00 committed by GitHub
parent 255ec011a3
commit d27d627c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]