Remove debug.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 May 2017 22:18:35 +0000 (23:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 May 2017 22:18:35 +0000 (23:18 +0100)
src/lib/player.cc

index 7f8b06458bd06876101e3dd6f9b51d26f4fc7bd6..95ff55bc5e26f7d3e8d7bf30945eadcb518a1d7f 100644 (file)
@@ -950,7 +950,6 @@ Player::fill_audio (DCPTimePeriod period)
                return;
        }
 
-       cout << "fillin " << to_string(period.from) << " to " << to_string(period.to) << "\n";
        BOOST_FOREACH (DCPTimePeriod i, subtract(period, _no_audio)) {
                DCPTime t = i.from;
                while (t < i.to) {