remove debug other port

canary
Marcus 2021-04-01 01:10:23 -04:00
parent dff0b8c6e4
commit 33bd6a7244
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Node extends EventEmitter {
} }
async negotiatePort() { async negotiatePort() {
await upnp.map(5600, 60 * 5, 'other application'); // await upnp.map(5600, 60 * 5, 'other application');
const mappings = await upnp.mappings(); const mappings = await upnp.mappings();