aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/mixer.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 0e43073213..d9245e4eaf 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -670,10 +670,6 @@ ChannelRaw::ChannelRaw(SoundMixer *mixer, PlayingSoundHandle *handle, void *soun
_ptr = (byte *)sound;
_flags = flags;
-printf("ChannelRaw: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size);
-//hexdump(_ptr, size);
-//puts("\n");
-
#ifdef SOX_HACK
// Create the input stream
@@ -764,10 +760,6 @@ ChannelStream::ChannelStream(SoundMixer *mixer, PlayingSoundHandle *handle, void
: Channel(mixer, handle) {
assert(size <= buffer_size);
-printf("ChannelStream: flags 0x%x, input rate %d, output rate %d, size %d\n", flags, rate, mixer->getOutputRate(), size);
-//hexdump(_ptr, size);
-//puts("\n");
-
#ifdef SOX_HACK
// Create the input stream