remove unncesarry logs

This commit is contained in:
Andras Bacsai 2022-02-15 20:34:40 +01:00
parent 58c9f937c5
commit fed83462fa

View File

@ -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);