removing forgotten debug
authorn4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 15 Apr 2009 02:28:36 +0000 (02:28 +0000)
committern4hy <n4hy@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 15 Apr 2009 02:28:36 +0000 (02:28 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10848 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/general/gr_fmdet_cf.cc

index c5166003c48f44a4d5610e2efa37bd29478ef034..172ef12797b704d0402e3c6563c450e087399cda 100644 (file)
@@ -45,14 +45,12 @@ gr_fmdet_cf::gr_fmdet_cf (float samplerate, float freq_low, float freq_high, flo
     d_S1(0.1),d_S2(0.1),
     d_S3(0.1),d_S4(0.1)
 {
-  #include <stdio.h>
   float delta;
   d_freqhi = freq_high;
   d_freqlo = freq_low;
   delta = (d_freqhi - d_freqlo);
   d_scl = scl;
   d_bias = 0.5*scl*(d_freqhi+d_freqlo)/delta;
-  fprintf(stderr,"delta = %f d_scl=%f d_bias=%f\n",delta,d_scl,d_bias),fflush(stderr);
 }
 
 int