mirror of https://github.com/milvus-io/milvus.git
[skip ci] Remove useless code (#12971)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/12975/head
parent
eccf5c2fdf
commit
84b5a95fe3
|
@ -1744,7 +1744,6 @@ class TestCollectionSearch(TestcaseBase):
|
|||
time.sleep(gracefulTime)
|
||||
log.info("test_search_without_expression: searching collection %s with time_stamp_2 '%d'"
|
||||
% (collection_w.name, time_stamp_2))
|
||||
log.info(time_stamp_2)
|
||||
search_res = collection_w.search(vectors, default_search_field,
|
||||
default_search_params, default_limit,
|
||||
travel_timestamp=time_stamp_2,
|
||||
|
|
Loading…
Reference in New Issue