changeset 449:91f3d4287ac2

removed a debug printout
author hamel.phil
date Thu, 06 Jan 2011 16:30:25 +0000
parents eba6d914f82c
children 913d13255f61
files trunk/src/Modules/Input/ModuleFileInput.cc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/Modules/Input/ModuleFileInput.cc	Thu Jan 06 03:33:11 2011 +0000
+++ b/trunk/src/Modules/Input/ModuleFileInput.cc	Thu Jan 06 16:30:25 2011 +0000
@@ -103,9 +103,7 @@
 
   // Read buffersize bytes into buffer
   read = sf_readf_float(file_handle_, &buffer[0], buffer_length_);
-  for (int i = 0; i < 10; i++) { 
-	  LOG_INFO(_T("%i: %f, %f"),i,buffer[2*i],buffer[2*i+1]);
-  }
+	
   // Place the contents of the buffer into the signal bank
   int counter = 0;
   for (int i = 0; i < read; ++i) {