diff options
| -rw-r--r-- | test/player_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index 5a31076f2..b68540402 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -45,7 +45,6 @@ static shared_ptr<AudioBuffers> accumulated; static void accumulate (shared_ptr<AudioBuffers> audio, DCPTime t) { - cout << "got " << audio->frames() << " @ " << to_string(t) << "\n"; BOOST_REQUIRE (accumulated); accumulated->append (audio); } |
