From 2ba6e88286e63cd28fa3a45a736e4bb59e104404 Mon Sep 17 00:00:00 2001 From: Nano191225 <93137582+Nano191225@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:07:55 +0900 Subject: [PATCH] remove: debug code from setVariable() --- scripts/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/util.js b/scripts/util.js index ad58436..2f2bf9f 100644 --- a/scripts/util.js +++ b/scripts/util.js @@ -48,7 +48,6 @@ export function setVariable(player, text) { const score = text.split("{score:")[1].split(/(}|,})/i)[0]; const str = `${score}}`; const object = easySafeParse(str); - console.warn(JSON.stringify(object)); if (Object.values(object).length === 0) { if (score) { text = text.replace(