diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-11 04:14:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-11 04:14:57 +0100 |
| commit | ad78ae2389e9235943cd378ed1da82cecf7dbca9 (patch) | |
| tree | 5e3dc709d7c944ea1cd6a70b32faca61d34f69db | |
| parent | 500bade4402c8391eb6fb0eb7f71a426c9cd32c1 (diff) | |
Remove debug.
| -rw-r--r-- | test/audio_processor_delay_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/audio_processor_delay_test.cc b/test/audio_processor_delay_test.cc index c12bb9667..498b712da 100644 --- a/test/audio_processor_delay_test.cc +++ b/test/audio_processor_delay_test.cc @@ -90,7 +90,6 @@ BOOST_AUTO_TEST_CASE (audio_processor_delay_test2) /* Feeding 4 blocks of 64 should give silence each time */ for (int i = 0; i < 4; ++i) { - cout << "i=" << i << "\n"; shared_ptr<AudioBuffers> in (new AudioBuffers (C, 64)); for (int j = 0; j < C; ++j) { for (int k = 0; k < 64; ++k) { |
