Remove debug message.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Feb 2023 11:52:28 +0000 (12:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Feb 2023 11:52:28 +0000 (12:52 +0100)
test/player_test.cc

index 892efe5b1053d5641bd863f370c997996e63f0f8..6db90f2dd8f6f6301961aba605254e88de633def 100644 (file)
@@ -683,7 +683,6 @@ BOOST_AUTO_TEST_CASE(three_d_in_two_d_chooses_left)
                BOOST_CHECK(!last_time || time == *last_time + DCPTime::from_frames(1, 24));
                last_time = time;
 
-               std::cout << to_string(time) << "\n";
                auto image = video->image([](AVPixelFormat) { return AV_PIX_FMT_RGB24; }, VideoRange::FULL, false);
                auto const size = image->size();
                for (int y = 0; y < size.height; ++y) {