remove console log

This commit is contained in:
Andras Bacsai
2023-07-20 14:52:32 +02:00
parent 990fb8ec15
commit 7cd441266a

View File

@@ -415,9 +415,6 @@ export async function proxyConfiguration(request: FastifyRequest<OnlyId>, remote
}
};
}
console.log({ httpBasicAuth })
if (buildPack === 'compose') {
const services = Object.entries(JSON.parse(dockerComposeConfiguration));
if (services.length > 0) {