From 55db30febcfe8dbfdb176f64373c4c58f0f459b1 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:21:43 +0100 Subject: [PATCH] Fix: Remove Useless Console.log --- config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config.js b/config.js index 7fa4a84..730dd0b 100644 --- a/config.js +++ b/config.js @@ -12,7 +12,6 @@ let features = {}; function loadFeatures() { const raw = fs.readFileSync(featuresPath, "utf-8"); features = JSON.parse(raw); - console.log(features) return features; }