Remove console log
| @@ -984,7 +984,6 @@ function createHttpServer(url, ipVersion) { | |||
| 984 | }); | 984 | }); |
| 985 | } | 985 | } |
| 986 | 986 | ||
| 987 | |||
| 988 | /** | 987 | /** |
| 989 | * Starts the server using http or https depending on config | 988 | * Starts the server using http or https depending on config |
| 990 | * @param {boolean} useIPv6 If use IPv6 | 989 | * @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 | } |
| 1072 | 1068 | ||
| 1073 | if (!useIPv6 && !useIPv4) { | 1069 | if (!useIPv6 && !useIPv4) { |