Remove console log

5f564343ec323d2111836dce98e983da5cc44a7a

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

1 files changed, +0 -4Showing whitespace changes
server.js+0 -4
@@ -984,7 +984,6 @@ function createHttpServer(url, ipVersion) {
984 });984 });
985}985}
986986
987
988/**987/**
989 * Starts the server using http or https depending on config988 * Starts the server using http or https depending on config
990 * @param {boolean} useIPv6 If use IPv6989 * @param {boolean} useIPv6 If use IPv6
@@ -1065,9 +1064,6 @@ async function startServer() {
1065 process.exit(1);1064 process.exit(1);
1066 }1065 }
1067 }1066 }
1068
1069 } else {
1070 console.log('Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection');
1071 }1067 }
10721068
1073 if (!useIPv6 && !useIPv4) {1069 if (!useIPv6 && !useIPv4) {