remove debug printouts
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 24 May 2001 19:27:31 +0000 (19:27 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 24 May 2001 19:27:31 +0000 (19:27 +0000)
src/libFLAC/lpc.c

index d85902c..8232747 100644 (file)
@@ -101,7 +101,6 @@ void FLAC__lpc_compute_lp_coefficients(const real autoc[], unsigned max_order, r
                        lpc[j] += lpc[j] * r;
 
                err *= (1.0 - r * r);
-if(err<0.0)fprintf(stderr,"@@@ err went negative, order=%u (%f,%f)\n",i,err,r);
 
                /* save this order */
                for(j = 0; j <= i; j++)