From f2002077b562b1960179b4f125a5fde6857dbe0b 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?)`,