From 8aeb1ed834bf6d61896b5478ba2c4529cb3fb706 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Aug 2015 22:11:26 +0100 Subject: [PATCH] Remove debug code. --- src/lib/video_decoder.cc | 1 - 1 file changed, 1 deletion(-) 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. -- 2.30.2