Remove a log that bothered me

This commit is contained in:
Rory&
2026-07-05 23:52:20 +02:00
parent c79f584dc7
commit 52f2e814f9
-2
View File
@@ -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?)`,