remove debug code

This commit is contained in:
Chris Guillott 2017-08-19 17:09:57 -04:00
parent b46038848c
commit d03fbe70c9
1 changed files with 0 additions and 2 deletions

View File

@ -1373,10 +1373,8 @@ int main(int argc, char *argv[]) {
const char *locale = getenv("LC_ALL");
if (!locale || !*locale)
locale = getenv("LC_CTYPE");
fprintf(stderr, "Locale get (lc_ctype): %s\n", locale);
if (!locale || !*locale)
locale = getenv("LANG");
fprintf(stderr, "Locale get (lang): %s\n", locale);
if (!locale || !*locale) {
if (debug_mode)
fprintf(stderr, "Can't detect your locale, fallback to C\n");