diff --git a/src/lib/haproxy/index.ts b/src/lib/haproxy/index.ts index 506b354ac..954e72f6a 100644 --- a/src/lib/haproxy/index.ts +++ b/src/lib/haproxy/index.ts @@ -545,12 +545,6 @@ export async function configureSimpleServiceProxyOn({ id, domain, port }) { port: port } }); - console.log({ - address: id, - check: 'enabled', - name: id, - port: port - }); await completeTransaction(transactionId); } catch (error) { console.log(error);