From 7cd441266a2e7945460ce0736a29de13022754d1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 20 Jul 2023 14:52:32 +0200 Subject: [PATCH] remove console log --- apps/api/src/routes/webhooks/traefik/handlers.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/api/src/routes/webhooks/traefik/handlers.ts b/apps/api/src/routes/webhooks/traefik/handlers.ts index 8021859b4..a8ae125c0 100644 --- a/apps/api/src/routes/webhooks/traefik/handlers.ts +++ b/apps/api/src/routes/webhooks/traefik/handlers.ts @@ -415,9 +415,6 @@ export async function proxyConfiguration(request: FastifyRequest, remote } }; } - console.log({ httpBasicAuth }) - - if (buildPack === 'compose') { const services = Object.entries(JSON.parse(dockerComposeConfiguration)); if (services.length > 0) {