From 931b81e323c41a05b5f5612350ebc42ff20e97cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Jun 2017 15:47:58 +0100 Subject: [PATCH] Remove debug code. --- src/lib/player.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/player.cc b/src/lib/player.cc index 32c0026b6..5bb073177 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -885,7 +885,6 @@ Player::emit_video (shared_ptr 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) { -- 2.30.2