From 3dd27be8c6f43a7041ac687768740b390027e79d Mon Sep 17 00:00:00 2001 From: vvo <> Date: Sat, 1 Oct 2022 09:23:35 +0800 Subject: [PATCH] removed arena power console log --- sdvx@asphyxia/handlers/profiles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/sdvx@asphyxia/handlers/profiles.ts b/sdvx@asphyxia/handlers/profiles.ts index d3b42b5..8a03605 100644 --- a/sdvx@asphyxia/handlers/profiles.ts +++ b/sdvx@asphyxia/handlers/profiles.ts @@ -667,7 +667,6 @@ export const load: EPR = async (info, data, send) => { const customize = []; customize.push(bgm, subbg, nemsys, stampA, stampB, stampC, stampD); - console.log("ARENA POINTS: " + arena['shopPoint']) var tempCustom = params.findIndex((e) => (e.type == 2 && e.id == 2))