summaryrefslogtreecommitdiff
path: root/gr-analog
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-05-23 09:35:48 -0400
committerTim O'Shea <tim.oshea753@gmail.com>2013-05-23 09:35:48 -0400
commit51b5ef97705781ca2f8a50547a2664936e6ecb40 (patch)
tree3fb89c78a50c7ec9c8418e17abb18dd0cccd25db /gr-analog
parent0d61f4f101400075be841b2f43332a2b10dd7f62 (diff)
analog: removing agc3 debug
Diffstat (limited to 'gr-analog')
-rw-r--r--gr-analog/lib/agc3_cc_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-analog/lib/agc3_cc_impl.cc b/gr-analog/lib/agc3_cc_impl.cc
index bbbb430855..26dd91e518 100644
--- a/gr-analog/lib/agc3_cc_impl.cc
+++ b/gr-analog/lib/agc3_cc_impl.cc
@@ -78,7 +78,6 @@ namespace gr {
out[i] = in[i] * d_gain;
}
d_reset = false;
- printf("computed initial mean on %d values = %f\n", noutput_items, d_gain);
} else {
// Otherwise perform a normal iir update
for(int i=0; i<noutput_items; i++){