Another try at sorting out the thorny question of timing.
[dcpomatic.git] / src / lib / writer.cc
index 35874581b62d829b74d9b1399f6fce36a20ee620..cf81d5b70a8e4a902a697a7b94899b2a20f52a7a 100644 (file)
@@ -133,7 +133,6 @@ Writer::fake_write (int frame)
 void
 Writer::write (shared_ptr<const AudioBuffers> audio)
 {
-       cout << "W: audio " << audio->frames() << "\n";
        _sound_asset_writer->write (audio->data(), audio->frames());
 }