mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove console log
This commit is contained in:
@ -984,7 +984,6 @@ function createHttpServer(url, ipVersion) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts the server using http or https depending on config
|
* Starts the server using http or https depending on config
|
||||||
* @param {boolean} useIPv6 If use IPv6
|
* @param {boolean} useIPv6 If use IPv6
|
||||||
@ -1065,9 +1064,6 @@ async function startServer() {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
|
||||||
console.log('Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!useIPv6 && !useIPv4) {
|
if (!useIPv6 && !useIPv4) {
|
||||||
|
Reference in New Issue
Block a user