Fix console.log and NGINX port

This commit is contained in:
DecDuck
2026-01-29 16:34:45 +11:00
parent 6b8d150770
commit 6b614acfd8
5 changed files with 5 additions and 4 deletions
@@ -291,7 +291,6 @@ function updateLaunchCommand(command: string) {
if (autosetGuess.type === "platform") {
launchConfiguration.value.platform = autosetGuess.platform;
} else if (autosetGuess.type === "executor") {
console.log(autosetGuess.executorId);
executor.value = {
launchId: autosetGuess.executorId,
gameName: autosetGuess.gameName,