From 997f6564c6b1ebb9e1c489a83be45ed1a77aeb47 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 May 2003 00:56:32 +0000 Subject: removed debug output (checked that in by accident) svn-id: r8127 --- scumm/string.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scumm') diff --git a/scumm/string.cpp b/scumm/string.cpp index 08796a49aa..da0600f61f 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -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); -- cgit v1.2.3