diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-05-23 09:35:48 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-05-23 09:35:48 -0400 |
commit | 51b5ef97705781ca2f8a50547a2664936e6ecb40 (patch) | |
tree | 3fb89c78a50c7ec9c8418e17abb18dd0cccd25db /gr-analog | |
parent | 0d61f4f101400075be841b2f43332a2b10dd7f62 (diff) |
analog: removing agc3 debug
Diffstat (limited to 'gr-analog')
-rw-r--r-- | gr-analog/lib/agc3_cc_impl.cc | 1 |
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++){ |