diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-27 12:52:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-27 12:52:28 +0100 |
| commit | 8ff6586d568c4a2b0a2ac24e690d172f4c01e3c4 (patch) | |
| tree | ccc672cc6ceccef0a26031da2c1c17e889b1c04f | |
| parent | 30f6f44121ee879e8cb3619e207e8b7d39bb2c3d (diff) | |
Remove debug message.
| -rw-r--r-- | test/player_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index 892efe5b1..6db90f2dd 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -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) { |
