Remove a single debug printf that is no longer required.

Originally committed to SVN as r2615.
This commit is contained in:
Amar Takhar 2009-01-02 09:30:32 +00:00
parent 478b3b6996
commit da9e5f0cc1
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ bool AegisubApp::OnInit() {
// Set locale
int lang = Options.AsInt(_T("Locale Code"));
printf("lang: %d\n", lang);
if (lang == -1) {
lang = locale.PickLanguage();
Options.SetInt(_T("Locale Code"),lang);