From 352a8ab8600f4bedfe70b3dc81830fad141ab580 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 25 Jun 2003 05:16:19 +0000 Subject: [PATCH] remove LOG->Trace() --- stepmania/src/arch/Sound/RageSoundDriver_QT.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_QT.cpp b/stepmania/src/arch/Sound/RageSoundDriver_QT.cpp index 098e868449..a0f1c74183 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_QT.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_QT.cpp @@ -112,7 +112,6 @@ void RageSound_QT::GetData(SndChannel *chan, SndCommand *cmd_passed) { temp |= tr.value.lo; double d = static_cast(temp)/tr.scale*freq; curr = static_cast(d); - LOG->Trace("last/curr/diff = %U/%U/%U", last, curr, curr-last); ASSERT(curr > last); last = curr;