mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip e2e] Delete logs on client file (#14923)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
03d265c1e8
commit
6d5725b0b4
@ -42,7 +42,6 @@ def time_wrapper(func):
|
||||
rps: Specify the rps of the return interface
|
||||
"""
|
||||
start = time.time()
|
||||
# logger.debug("Milvus {} start".format(func.__name__))
|
||||
log = kwargs.get("log", True)
|
||||
kwargs.pop("log", None)
|
||||
rps = kwargs.get("rps", False)
|
||||
|
Loading…
Reference in New Issue
Block a user