From b78550374b0c9e8d525c7dbebad13335185f9a5b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 10 Sep 2021 19:28:01 +0800 Subject: [PATCH] [skip ci]Remove useless code (#7745) Signed-off-by: yanliang567 --- tests/python_client/chaos/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/python_client/chaos/constants.py b/tests/python_client/chaos/constants.py index 11b62d497..e4943f2e9 100644 --- a/tests/python_client/chaos/constants.py +++ b/tests/python_client/chaos/constants.py @@ -16,9 +16,6 @@ DEFAULT_CPUS = 48 RAW_DATA_DIR = "/test/milvus/raw_data/" -# nars log -# LOG_PATH = "/test/milvus/benchmark/logs/{}/".format(BRANCH) - DEFAULT_DEPLOY_MODE = "single" NAMESPACE = "chaos-testing" -- GitLab