Mercurial > hg > aimc
changeset 151:45ab8d4613ad
removed a debug printout
| author | hamel.phil |
|---|---|
| date | Thu, 06 Jan 2011 16:30:25 +0000 |
| parents | 9425901c60a6 |
| children | 60ac86f6add2 |
| files | src/Modules/Input/ModuleFileInput.cc |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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) {
