From 696e4807941349adb7910de6e0984ecb1b933d92 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Wed, 27 Dec 2023 15:36:30 -0800 Subject: [PATCH] kill console.log --- build.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/build.ts b/build.ts index e72ca9d..6a6997a 100755 --- a/build.ts +++ b/build.ts @@ -10,21 +10,6 @@ function isUpperCase(str: string) { return str !== str.toLowerCase() && str === str.toUpperCase(); } -console.log(` -${Object.keys(rp.roleColors) - .map( - (color) => - `$${color - .split("") - .map((c) => (isUpperCase(c) ? "-" + c.toLowerCase() : c)) - .join("")}: #${ - /* @ts-ignore I hate typescript */ - rp.roleColors[color]["main"].hex - };`, - ) - .join("\n")} -`); - const builder = (flavor: Flavor, accent: string) => ` ${Object.keys(rp.roleColors) .map(