[skip ci] Removed unused logs on benchmark (#12688)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/12694/head
wt 2021-12-03 13:57:33 +08:00 committed by GitHub
parent d718956b53
commit b875dfbbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class MilvusClient(object):
if guarantee_timestamp is not None:
params.update({"guarantee_timestamp": guarantee_timestamp})
logger.debug("Params of search : %s" % str(params))
# logger.debug("Params of search : %s" % str(params))
result = self._milvus.search(tmp_collection_name, **params)
# must_params = [vector_query]