Remove stray console.log

This commit is contained in:
Johannes Zellner
2025-07-23 13:31:17 +02:00
parent a839638478
commit 0cdfd5e62b

View File

@@ -105,8 +105,6 @@ async function onSubmit() {
} }
} }
console.log('checking done')
// only use enabled ports // only use enabled ports
const ports = {}; const ports = {};
const portsCombined = Object.assign(tcpPorts.value || {}, udpPorts.value || {}); const portsCombined = Object.assign(tcpPorts.value || {}, udpPorts.value || {});