mirror of https://github.com/odrling/Aegisub
Remove a single debug printf that is no longer required.
Originally committed to SVN as r2615.
This commit is contained in:
parent
478b3b6996
commit
da9e5f0cc1
|
@ -174,8 +174,6 @@ bool AegisubApp::OnInit() {
|
||||||
|
|
||||||
// Set locale
|
// Set locale
|
||||||
int lang = Options.AsInt(_T("Locale Code"));
|
int lang = Options.AsInt(_T("Locale Code"));
|
||||||
printf("lang: %d\n", lang);
|
|
||||||
|
|
||||||
if (lang == -1) {
|
if (lang == -1) {
|
||||||
lang = locale.PickLanguage();
|
lang = locale.PickLanguage();
|
||||||
Options.SetInt(_T("Locale Code"),lang);
|
Options.SetInt(_T("Locale Code"),lang);
|
||||||
|
|
Loading…
Reference in New Issue