[skip e2e] Delete logs on client file (#14923)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2022-01-06 13:47:32 +08:00 committed by GitHub
parent 03d265c1e8
commit 6d5725b0b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)