diff --git a/apps/codecs/libspeex/math_approx.c b/apps/codecs/libspeex/math_approx.c index 7a20f90ca6..54a34120bf 100644 --- a/apps/codecs/libspeex/math_approx.c +++ b/apps/codecs/libspeex/math_approx.c @@ -417,14 +417,14 @@ float spx_exp(float xf){ return exp_table[(int)((xf+4.0)*4.0)]; } else if (-4xf){ #ifdef SIMULATOR - printf("NtbLexp:%f,%f,%f:%d,%d:%d\n",xf,flt,xf-flt,-4xf,abs(xf-flt)); +/* printf("NtbLexp:%f,%f,%f:%d,%d:%d\n",xf,flt,xf-flt,-4xf,abs(xf-flt)); */ #endif return exp_table[(int)((xf+4.0)*4.0)]; } #ifdef SIMULATOR - printf("NTBLexp:%f,%f,%f:%d,%d:%d\n",xf,flt,xf-flt,-4xf,abs(xf-flt)); +/* printf("NTBLexp:%f,%f,%f:%d,%d:%d\n",xf,flt,xf-flt,-4xf,abs(xf-flt)); */ #endif return spx_expB(xf); //return exp(xf);