remove unncesarry logs
This commit is contained in:
parent
58c9f937c5
commit
fed83462fa
@ -545,12 +545,6 @@ export async function configureSimpleServiceProxyOn({ id, domain, port }) {
|
|||||||
port: port
|
port: port
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log({
|
|
||||||
address: id,
|
|
||||||
check: 'enabled',
|
|
||||||
name: id,
|
|
||||||
port: port
|
|
||||||
});
|
|
||||||
await completeTransaction(transactionId);
|
await completeTransaction(transactionId);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user