diff trunk/src/Modules/BMM/ModuleGammatone.cc @ 291:2d3cef76b073

-Removed extraneous debug logging
author tomwalters
date Mon, 22 Feb 2010 12:45:05 +0000
parents e344ef4898b2
children 30dde71d0230
line wrap: on
line diff
--- 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;