aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/music.cpp')
-rw-r--r--sword1/music.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword1/music.cpp b/sword1/music.cpp
index f49704a50d..ea20f84499 100644
--- a/sword1/music.cpp
+++ b/sword1/music.cpp
@@ -91,7 +91,6 @@ AudioStream *MusicHandle::createAudioSource(void) {
switch (_musicMode) {
#ifdef USE_MAD
case MusicMp3:
- printf("creating mp3 stream\n");
return makeMP3Stream(&_file, _file.size());
#endif
#ifdef USE_VORBIS