Remove console log

5f564343ec323d2111836dce98e983da5cc44a7a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -4Ignore whitespace
server.js+0 -4
@@ -984,7 +984,6 @@ function createHttpServer(url, ipVersion) {
984984 });
985985}
986986
987-
988987/**
989988 * Starts the server using http or https depending on config
990989 * @param {boolean} useIPv6 If use IPv6
@@ -1065,9 +1064,6 @@ async function startServer() {
10651064 process.exit(1);
10661065 }
10671066 }
1068-
1069- } else {
1070- console.log('Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection');
10711067 }
10721068
10731069 if (!useIPv6 && !useIPv4) {