From 7095e781e96f1f3070c289c14008df8d2ff15fe7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Feb 2022 20:37:11 +0100 Subject: [PATCH] small fixes --- src/lib/queues/proxy.ts | 1 - src/routes/__layout.svelte | 2 +- src/routes/services/[id]/_Services/_Services.svelte | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/queues/proxy.ts b/src/lib/queues/proxy.ts index 36ac37ff9..5f7a8a189 100644 --- a/src/lib/queues/proxy.ts +++ b/src/lib/queues/proxy.ts @@ -101,7 +101,6 @@ export default async function () { if (isHttps) await forceSSLOnApplication(domain); } } catch (error) { - console.log(error); throw error; } } diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index a355b085c..093f81d73 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -533,7 +533,7 @@