diff --git a/core/AmAudio.cpp b/core/AmAudio.cpp index 5e9f34f8..2d9c6a6c 100644 --- a/core/AmAudio.cpp +++ b/core/AmAudio.cpp @@ -277,7 +277,6 @@ AmAudio::~AmAudio() } void AmAudio::setFormat(AmAudioFormat* new_fmt) { - DBG("set format to %p --------------------------\n", new_fmt); fmt.reset(new_fmt); fmt->resetCodec(); }