summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-18 22:16:06 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-18 22:16:06 +0100
commitb7c62e0f7e43ae6b60ebc92b14286fb10df676be (patch)
tree99bf620cd907e4d872ae5724edaf97e4e7cdef28
parent86b7c0df8ddd747f250d63eeb58656219a4ad3f5 (diff)
Remove debug.
-rw-r--r--test/player_test.cc1
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);
}