aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/sound.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 088f446a45..50ad3115e1 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -852,8 +852,6 @@ void Sound::startSfxSound(File *file, int file_size, PlayingSoundHandle *handle,
AudioStream *input = NULL;
- printf("startSfxSound: file_size = %d\n", file_size);
-
switch (_soundMode) {
case kMP3Mode:
#ifdef USE_MAD