From e37567dbd9587ad0126496594cfd5d75b624c51a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Jun 2013 13:46:36 +0100 Subject: Remove one debugging line. --- src/lib/player.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/player.cc b/src/lib/player.cc index 2f0acf54e..9969fbf9e 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -291,8 +291,6 @@ Player::process_audio (weak_ptr weak_piece, shared_ptrstart() + (frame * TIME_HZ / _film->dcp_audio_frame_rate()); - cout << "Player gets " << dcp_mapped->frames() << " @ " << time << " cf " << _audio_position << "\n"; - if (time > _audio_position) { /* We can emit some audio from our buffers */ OutputAudioFrame const N = _film->time_to_audio_frames (time - _audio_position); -- cgit v1.2.3