removed debug output (checked that in by accident)

svn-id: r8127
This commit is contained in:
Max Horn 2003-05-30 00:56:32 +00:00
parent 691e1f390a
commit 997f6564c6

View File

@ -762,14 +762,10 @@ void Scumm::loadLanguageBundle() {
} else {
return;
}
printf("Looking for language.bnd...");
if(file.isOpen() == false) {
_existLanguageFile = false;
printf(" not found!\n");
return;
}
printf(" found!\n");
size = file.size();
_languageBuffer = (char *)calloc(1, size+1);