From be4f534d009e96ddeef39a88d5280bbb20b4b966 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Oct 2020 19:59:17 +0200 Subject: Remove some debug output. --- test/player_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/player_test.cc b/test/player_test.cc index c41920de8..2dc79d3f7 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -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()); } -- cgit v1.2.3