From da9e5f0cc169e1ad940ee9241d0a2fbe6e1173fb Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 2 Jan 2009 09:30:32 +0000 Subject: [PATCH] Remove a single debug printf that is no longer required. Originally committed to SVN as r2615. --- aegisub/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/aegisub/main.cpp b/aegisub/main.cpp index c5d580408..4628c1eeb 100644 --- a/aegisub/main.cpp +++ b/aegisub/main.cpp @@ -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);