From 39bbd4fad4fdbf289837313d316a0fde82568f94 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 4 Apr 2024 02:15:40 +0800 Subject: [PATCH] only on code --- branch/latest/md5.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index ffb56a5..1c6630b 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -7888,7 +7888,9 @@ var A = { r = C.JsInt.ag(s - 0, 4) let result = new Uint32Array(q, 0, r)[1] // return new Uint32Array(q, 0, r)[1] - console.log("X.k", a, b, result) + if (run_env.from_code) { + console.log("X.k", a, b, result) + } return result }, D(a, b) { @@ -7898,7 +7900,9 @@ var A = { r = C.JsInt.ag(s - 0, 4) let result = new Float32Array(q, 0, r)[1]; // return new Float32Array(q, 0, r)[1] - console.log("X.D", a, b, result) + if (run_env.from_code) { + console.log("X.D", a, b, result) + } return result }, je: function je() {},