From 566e486de6e800790965e272ca18d68a4e16ac02 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 14 Oct 2008 19:05:22 +0000 Subject: [PATCH] -left over debug log git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1110 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmAudio.cpp | 1 - 1 file changed, 1 deletion(-) 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(); }