changeset 19:a2dddc107d55

-Removed extraneous debug logging
author tomwalters
date Mon, 22 Feb 2010 12:45:05 +0000
parents 01eba86df030
children fff25824d1d1
files src/Modules/BMM/ModuleGammatone.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Modules/BMM/ModuleGammatone.cc	Mon Feb 22 12:42:47 2010 +0000
+++ b/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;