Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Fri, 23 Jun 2017 14:47:58 +0000 (15:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Jun 2017 14:47:58 +0000 (15:47 +0100)
src/lib/player.cc

index 32c0026b610b4596dbde9ee57024ae4985a7d3e3..5bb073177c448097533ae833350fff231ecc4564 100644 (file)
@@ -885,7 +885,6 @@ Player::emit_video (shared_ptr<PlayerVideo> pv, DCPTime time)
                pv->set_subtitle (subtitles.get ());
        }
 
-       cout << "Player emit @ " << to_string(time) << "\n";
        Video (pv, time);
 
        if (pv->eyes() == EYES_BOTH || pv->eyes() == EYES_RIGHT) {