summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-12 19:59:17 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-13 18:51:11 +0200
commitbe4f534d009e96ddeef39a88d5280bbb20b4b966 (patch)
tree46e9562c8167bbf3026ed365f48e95f4c7e61d6c
parent65fc6cbc3395e2359d2dca03fba0bd14366bc492 (diff)
Remove some debug output.
-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 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());
}