Remove stray console.log
This commit is contained in:
@@ -105,8 +105,6 @@ async function onSubmit() {
|
||||
}
|
||||
}
|
||||
|
||||
console.log('checking done')
|
||||
|
||||
// only use enabled ports
|
||||
const ports = {};
|
||||
const portsCombined = Object.assign(tcpPorts.value || {}, udpPorts.value || {});
|
||||
|
||||
Reference in New Issue
Block a user