summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-05 23:52:20 +0200
committerRory& <root@rory.gay>2026-07-08 01:20:38 +0200
commit52f2e814f948cd46e92582e6aa03a2caadda7fa7 (patch)
tree5be1643548c875bd2e07b42d47aec91a6e6172cb
parentNarrow some types from object to JsonObject in C# models (diff)
downloadserver-ts-52f2e814f948cd46e92582e6aa03a2caadda7fa7.tar.xz
Remove a log that bothered me
-rw-r--r--src/util/connections/ConnectionLoader.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/connections/ConnectionLoader.ts b/src/util/connections/ConnectionLoader.ts

index f6031ac6..72294c73 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?)`,