remove debug

This commit is contained in:
Andras Bacsai 2022-09-10 08:46:31 +00:00
parent 44dc3b743e
commit d3af6792d0

View File

@ -1185,8 +1185,6 @@ export async function getFreeExposedPort(id, exposePort, engine, remoteEngine, r
})
).map((a) => a.exposePort);
const usedPorts = [...applicationUsed, ...serviceUsed];
console.log(usedPorts)
console.log(exposePort)
if (usedPorts.includes(exposePort)) {
return false
}