From 4f204fe9beaf6ecc07ee7d3d03e3e068ccc0c8ae Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 24 Mar 2010 10:41:48 +0000 Subject: removed useless debug message git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1639 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/srconverter/srconverter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp index 17fdecfd5..9b3ec92be 100644 --- a/src/plugins/Effect/srconverter/srconverter.cpp +++ b/src/plugins/Effect/srconverter/srconverter.cpp @@ -95,7 +95,6 @@ void SRConverter::configure(quint32 freq, int chan, Qmmp::AudioFormat format) { m_src_data.src_ratio = (float)m_overSamplingFs/(float)freq; src_set_ratio(m_src_state, m_src_data.src_ratio); - qDebug("%f", m_src_data.src_ratio); } else qDebug("SRConverter: src_new(): %s", src_strerror(m_srcError)); -- cgit v1.2.3-13-gbd6f