From 38d52121f9174f03be0d778a433b3580a5eae301 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 11 Mar 2020 14:24:11 -0700 Subject: lib: gain_group: Remove spurious logs Whenever gains where set through a gain_group, it would output spurious log messages that must stem from someone's debug code, since the log messages are not very useful by themselves. --- host/lib/utils/gain_group.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/lib/utils') diff --git a/host/lib/utils/gain_group.cpp b/host/lib/utils/gain_group.cpp index c414bc5ff..5544afb0c 100644 --- a/host/lib/utils/gain_group.cpp +++ b/host/lib/utils/gain_group.cpp @@ -150,11 +150,9 @@ public: gain_bucket.at(i) += additional_gain; gain_left_to_distribute -= additional_gain; } - UHD_LOGGER_DEBUG("UHD") << "gain_left_to_distribute " << gain_left_to_distribute; // now write the bucket out to the individual gain values for (size_t i = 0; i < gain_bucket.size(); i++) { - UHD_LOGGER_DEBUG("UHD") << i << ": " << gain_bucket.at(i); all_fcns.at(i).set_value(gain_bucket.at(i)); } } -- cgit v1.2.3