Remove debug.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:16:06 +0000 (22:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 May 2017 21:16:06 +0000 (22:16 +0100)
test/player_test.cc

index 5a31076f26ef27eb82d430b1b2cb15986209a67a..b685404025dab6984958256eded57ea6a8649db9 100644 (file)
@@ -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);
 }