Remove debugging.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Feb 2016 11:56:59 +0000 (11:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Feb 2016 22:34:57 +0000 (22:34 +0000)
src/lib/player.cc

index 2028758ac8836c0d49a8f809fed7fbded8eaef06..fc13325730142222a5bbc18185ebe6d019416689 100644 (file)
@@ -373,7 +373,6 @@ Player::get_video (DCPTime time, bool accurate)
        if (!ps.text.empty ()) {
                list<PositionImage> s = render_subtitles (ps.text, ps.fonts, _video_container_size);
                copy (s.begin (), s.end (), back_inserter (sub_images));
-               cout << "got " << s.size() << " text subs rendered to images.\n";
        }
 
        optional<PositionImage> subtitles;