Mac installer: fix handling of translations for some languages

This commit is contained in:
Charlie Fenton 2013-08-15 04:29:54 -07:00
parent 6d8e8fb0a5
commit 1f4aac6f87
1 changed files with 0 additions and 4 deletions

View File

@ -278,10 +278,6 @@ bool BOINCTranslationAddCatalog(const char * catalogsDir,
}
if (!LoadCatalog(catalogsDir, languageCode, catalogName)) {
fprintf(stderr,
"could not load catalog %s for langage %s\n",
catalogName, languageCode
);
return false;
}