# HG changeset patch # User hamel.phil # Date 1294331425 0 # Node ID 45ab8d4613ad407e964a1b104551c6314c4b3ad6 # Parent 9425901c60a66f187404add65b8f6af4cdb20471 removed a debug printout diff -r 9425901c60a6 -r 45ab8d4613ad src/Modules/Input/ModuleFileInput.cc --- a/src/Modules/Input/ModuleFileInput.cc Thu Jan 06 03:33:11 2011 +0000 +++ b/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) {