From: Carl Hetherington Date: Tue, 18 Aug 2015 21:11:26 +0000 (+0100) Subject: Remove debug code. X-Git-Tag: v2.1.42~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8aeb1ed834bf6d61896b5478ba2c4529cb3fb706;p=dcpomatic.git Remove debug code. --- diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index c1aa637ef..5754cb1ca 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -240,7 +240,6 @@ VideoDecoder::video (shared_ptr image, Frame frame) } _video_content->film()->log()->log (String::compose ("VD receives %1", frame), Log::TYPE_DEBUG_DECODE); - cout << "receive " << frame << " for " << _video_content->path(0) << "\n"; /* We may receive the same frame index twice for 3D, and we need to know when that happens.