Skip to content

Commit 8165d4e

Browse files
authored
Merge pull request #749 from yalechen-cyw/main
调整log
2 parents a15985c + 881796f commit 8165d4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/tool/util/tca_ql.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def compile(self, params, lang):
220220
file_list,
221221
],
222222
)
223-
logger.info(" ".join(inc_build_cmd))
223+
# logger.info(" ".join(inc_build_cmd))
224224
# cmd_args += toscans
225225
sp = SubProcController(
226226
command=inc_build_cmd,
@@ -260,7 +260,7 @@ def compile(self, params, lang):
260260
# "-d", # 调试使用
261261
],
262262
)
263-
logger.info(" ".join(full_build_cmd))
263+
# logger.info(" ".join(full_build_cmd))
264264
sp = SubProcController(
265265
command=full_build_cmd,
266266
cwd=ZEUS_HOME,
@@ -339,7 +339,7 @@ def analyze(self, params, lang):
339339
# "-d",
340340
],
341341
)
342-
logger.info(analyze_cmd)
342+
# logger.info(" ".join(analyze_cmd))
343343
task_dir = os.path.dirname(os.getcwd())
344344
request_file = os.path.abspath(os.path.join(task_dir, "task_request.json"))
345345
os.environ["TASK_REQUEST"] = request_file

0 commit comments

Comments
 (0)