Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 21:11:26 +0000 (22:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 21:11:26 +0000 (22:11 +0100)
src/lib/video_decoder.cc

index c1aa637ef95b4f95df7e5a844ed768b34f7a02c8..5754cb1caf712ae3314eeb4124d247011a0c1cd5 100644 (file)
@@ -240,7 +240,6 @@ VideoDecoder::video (shared_ptr<const ImageProxy> 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.