From b7c62e0f7e43ae6b60ebc92b14286fb10df676be Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 May 2017 22:16:06 +0100 Subject: Remove debug. --- test/player_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 accumulated; static void accumulate (shared_ptr audio, DCPTime t) { - cout << "got " << audio->frames() << " @ " << to_string(t) << "\n"; BOOST_REQUIRE (accumulated); accumulated->append (audio); } -- cgit v1.2.3