removed debug output

This commit is contained in:
Andreas Steffen 2012-11-10 21:37:33 +01:00
parent db15c6dac1
commit b217e16f7e
1 changed files with 0 additions and 1 deletions

View File

@ -603,7 +603,6 @@ static bool language_enumerator_enumerate(language_enumerator_t *this, ...)
len--;
}
cur_lang[len] = '\0';
DBG1(DBG_IMV, "current language = '%s'", cur_lang);
va_start(args, this);
lang = va_arg(args, char**);