Remove debug.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 03:14:57 +0000 (04:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Oct 2015 03:14:57 +0000 (04:14 +0100)
test/audio_processor_delay_test.cc

index c12bb9667234cbd17f5e814d1171814ebc33ec03..498b712da0285503cdc99f9ee5322f4ba5b5a6b9 100644 (file)
@@ -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) {