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) {