diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-26 13:47:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-26 13:47:00 +0100 |
| commit | 7cd29c67a1977d67fc63f58c1d29826d7993a750 (patch) | |
| tree | a5ced2aee8755622ebb060a8f24835367743d1de /src | |
| parent | e37567dbd9587ad0126496594cfd5d75b624c51a (diff) | |
Remove some debug.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/writer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 35874581b..cf81d5b70 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -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()); } |
