继续去掉debug

This commit is contained in:
shenjack-5600u 2024-05-05 22:36:53 +08:00
parent cc6b52540b
commit 700c76b69a
Signed by: shenjack
GPG Key ID: FDF9864E11C7E79F

View File

@ -139,7 +139,7 @@ if (run_env.from_code) {
const input_path = path.join(__dirname, "input.txt"); const input_path = path.join(__dirname, "input.txt");
// 从 cli 参数里读取 // 从 cli 参数里读取
// const input_path = run_env.cli_args[2]; // const input_path = run_env.cli_args[2];
logger.info("input_path", input_path); logger.debug("input_path", input_path);
const input_data = fs.readFileSync(input_path, "utf-8"); const input_data = fs.readFileSync(input_path, "utf-8");
name_input = input_data; name_input = input_data;
@ -26579,7 +26579,7 @@ function main(input_name) {
if (run_env.from_code) { if (run_env.from_code) {
raw_names = input_name; raw_names = input_name;
console.log("----------\n" + raw_names, "\n----------"); // console.log("----------\n" + raw_names, "\n----------");
} else { } else {
m = window.sessionStorage.getItem(LangData.eQ("k")); m = window.sessionStorage.getItem(LangData.eQ("k"));
l = X.f4(m, 0); l = X.f4(m, 0);