# HG changeset patch # User tomwalters # Date 1266842705 0 # Node ID 2d3cef76b0736415eacd585ab5bece439a6ae28c # Parent e344ef4898b21572b62a827af66161b36c440155 -Removed extraneous debug logging diff -r e344ef4898b2 -r 2d3cef76b073 trunk/src/Modules/BMM/ModuleGammatone.cc --- a/trunk/src/Modules/BMM/ModuleGammatone.cc Mon Feb 22 12:42:47 2010 +0000 +++ b/trunk/src/Modules/BMM/ModuleGammatone.cc Mon Feb 22 12:45:05 2010 +0000 @@ -122,7 +122,7 @@ * (p1 + p2 * (cos(two_cf_pi_t) + sqrt(3.0 + two_pow) * sin(two_cf_pi_t))) / pow((-2.0 / exp(2.0 * b_dt) - 2.0 * ec + 2.0 * (1.0 + ec) / exp(b_dt)), 4)); - LOG_INFO("%e", gain); + // LOG_INFO("%e", gain); // The filter coefficients themselves: const int coeff_count = 3;