remove debug
This commit is contained in:
parent
44dc3b743e
commit
d3af6792d0
1 changed files with 0 additions and 2 deletions
|
|
@ -1185,8 +1185,6 @@ export async function getFreeExposedPort(id, exposePort, engine, remoteEngine, r
|
||||||
})
|
})
|
||||||
).map((a) => a.exposePort);
|
).map((a) => a.exposePort);
|
||||||
const usedPorts = [...applicationUsed, ...serviceUsed];
|
const usedPorts = [...applicationUsed, ...serviceUsed];
|
||||||
console.log(usedPorts)
|
|
||||||
console.log(exposePort)
|
|
||||||
if (usedPorts.includes(exposePort)) {
|
if (usedPorts.includes(exposePort)) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue