diff options
author | Puyodead1 <puyodead@proton.me> | 2022-12-22 10:47:32 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-03-18 19:15:40 -0400 |
commit | 6a52e65e27d514273a4210dadafbee9692f23354 (patch) | |
tree | c2eb70b2b7c4be1a482392ca8982459885e1865c /src/util/connections/ConnectionConfig.ts | |
parent | add connections (diff) | |
download | server-6a52e65e27d514273a4210dadafbee9692f23354.tar.xz |
adding connection now works
Diffstat (limited to 'src/util/connections/ConnectionConfig.ts')
-rw-r--r-- | src/util/connections/ConnectionConfig.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/connections/ConnectionConfig.ts b/src/util/connections/ConnectionConfig.ts index 9b120c93..dd372ff7 100644 --- a/src/util/connections/ConnectionConfig.ts +++ b/src/util/connections/ConnectionConfig.ts @@ -21,7 +21,6 @@ export const ConnectionConfig = { set: function set(val: Partial<any>) { if (!config || !val) return; config = val.merge(config); - console.debug("config", config); // TODO: if no more issues with sql, remove this or find the reason why it's happening return applyConfig(config); }, |