[skip e2e] Delete unused logs on search file (#14838)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14853/head
wt 2022-01-05 13:33:19 +08:00 committed by GitHub
parent 7d610ff9c4
commit d3bf524700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class InsertSearchRunner(BaseRunner):
if isinstance(filter, dict) and "term" in filter:
filter_query.append(eval(filter["term"]))
# filter_param.append(filter["term"])
# logger.info("filter param: %s" % json.dumps(filter_param))
for nq in nqs:
# Take nq groups of data for query
query_vectors = base_query_vectors[0:nq]