remove debug
This commit is contained in:
parent
44dc3b743e
commit
d3af6792d0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user