13
0

MCP: avoid debug flood from meters

git-svn-id: svn://localhost/ardour2/branches/3.0@11854 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-09 16:55:24 +00:00
parent 62afe207d2
commit 086a6c56f3

View File

@ -45,7 +45,7 @@ Meter::update_message (float dB)
{
float def = 0.0f; /* Meter deflection %age */
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Meter ID %1 dB %2\n", raw_id(), dB));
// DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Meter ID %1 dB %2\n", raw_id(), dB));
if (dB < -70.0f) {
def = 0.0f;