mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
remove debug output from sndfilesource
git-svn-id: svn://localhost/ardour2/trunk@1465 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e277f96d7
commit
e72e12d4ba
1 changed files with 0 additions and 4 deletions
|
|
@ -389,8 +389,6 @@ SndFileSource::nondestructive_write_unlocked (Sample *data, nframes_t cnt)
|
|||
nframes_t oldlen;
|
||||
int32_t frame_pos = _length;
|
||||
|
||||
cerr << _name << " write " << cnt << " floats to " << frame_pos << endl;
|
||||
|
||||
if (write_float (data, frame_pos, cnt) != cnt) {
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -398,8 +396,6 @@ SndFileSource::nondestructive_write_unlocked (Sample *data, nframes_t cnt)
|
|||
oldlen = _length;
|
||||
update_length (oldlen, cnt);
|
||||
|
||||
cerr << "\t length is now " << _length << endl;
|
||||
|
||||
if (_build_peakfiles) {
|
||||
PeakBuildRecord *pbr = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue