Skip to content

Commit 6b651ab

Browse files
authored
remove other leftover test code
this is why you don’t push your changes at 11pm kids
1 parent d8d226d commit 6b651ab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

WiiLink-Patcher-CLI/language.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public static void AutoSetLang()
3434
MenuClass.PrintHeader();
3535
MenuClass.PrintNotice();
3636

37-
Console.WriteLine($"{MainClass.shortLang}");
38-
Console.WriteLine($"{MainClass.sysLang}\n");
39-
4037
AnsiConsole.MarkupLine($"[bold springgreen2_1]Detected Language:[/] {detectedLang}\n");
4138
AnsiConsole.MarkupLine("Press [bold]C[/] to change language, or any other key to continue with this language.\n");
4239

@@ -239,4 +236,4 @@ public static string DownloadLanguageList()
239236
return DownloadLanguageList();
240237
}
241238
}
242-
}
239+
}

0 commit comments

Comments
 (0)