Remove some debug output.
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Oct 2020 17:59:17 +0000 (19:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
test/player_test.cc

index c41920de805c6c698110396bdcdbf1238a07880b..2dc79d3f7d132c8b43157d561ae21edbad28f3eb 100644 (file)
@@ -455,7 +455,6 @@ BOOST_AUTO_TEST_CASE (player_silence_at_end_crash)
        BOOST_REQUIRE (!wait_for_jobs());
        content3->set_position (film2, DCPTime::from_seconds(1.5));
        film2->set_video_frame_rate (24);
-       std::cout << "Here we go.\n";
        film2->make_dcp ();
        BOOST_REQUIRE (!wait_for_jobs());
 }