diff --git a/server.js b/server.js index 252f8470b..c8fc2e2b3 100644 --- a/server.js +++ b/server.js @@ -394,7 +394,6 @@ async function getHasIP() { continue; } for (const info of iface) { - //! change this if you ever add configurable addresses to bind to if (info.family === 'IPv6') { hasIPv6 = true; if (info.internal === true) {