From 9db47a36c4708e8559a1314e5fd2410f91303e54 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 26 Aug 2023 20:46:17 -0600 Subject: [PATCH] Remove log --- src/utils/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/config.ts b/src/utils/config.ts index 454262d..21105fe 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -30,7 +30,6 @@ export function loadConfig(): config { data.game.files[envvar.slice(5).toLowerCase()] = value; }; }; - console.log(data.game.files) let { error, value } = configSchema.validate(data, { abortEarly: false }); if (error) {