diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:16:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-18 22:16:06 +0100 |
| commit | b7c62e0f7e43ae6b60ebc92b14286fb10df676be (patch) | |
| tree | 99bf620cd907e4d872ae5724edaf97e4e7cdef28 | |
| parent | 86b7c0df8ddd747f250d63eeb58656219a4ad3f5 (diff) | |
Remove debug.
| -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); } |
