From 52f2e814f948cd46e92582e6aa03a2caadda7fa7 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 5 Jul 2026 23:52:20 +0200 Subject: [PATCH] Remove a log that bothered me --- src/util/connections/ConnectionLoader.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/connections/ConnectionLoader.ts b/src/util/connections/ConnectionLoader.ts index f6031ac64..72294c73a 100644 --- a/src/util/connections/ConnectionLoader.ts +++ b/src/util/connections/ConnectionLoader.ts @@ -67,8 +67,6 @@ export class ConnectionLoader { } } - if (cfg?.enabled) console.log(`[Connections] ${id} enabled`); - // if (!cfg) // console.log( // `[ConnectionConfig/WARN] Getting connection settings for '${id}' returned null! (Did you forget to add settings?)`,