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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14412/head
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
1 changed files with 0 additions and 1 deletions

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]