Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Thu, 12 Jun 2014 22:39:20 +0000 (23:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 Jun 2014 22:39:20 +0000 (23:39 +0100)
src/lib/subtitle_decoder.cc

index fc03442d539637b15f01d1f7debeabe465f11b57..786199e31a681d47db0f3b27cd9efad00de13208 100644 (file)
@@ -52,7 +52,6 @@ list<shared_ptr<T> >
 SubtitleDecoder::get (list<shared_ptr<T> > const & subs, ContentTimePeriod period)
 {
        if (!has_subtitle_during (period)) {
-               cout << "no subtitle during this period.\n";
                return list<shared_ptr<T> > ();
        }